| Interface | Description |
|---|---|
| SerializableScope.SerializableSupplier<T> | |
| SerializableSupplier<T> |
Responsible for creating an object instance of a certain
kind.
|
| SerializableSupplier1<P1,T> |
Responsible for creating an object instance of a certain
kind.
|
| SerializableSupplier2<P1,P2,T> |
Responsible for creating an object instance of a certain
kind.
|
| SerializableSupplier3<P1,P2,P3,T> |
Responsible for creating an object instance of a certain
kind.
|
| SerializableSupplier4<P1,P2,P3,P4,T> |
Responsible for creating an object instance of a certain
kind.
|
| SerializableSupplier5<P1,P2,P3,P4,P5,T> |
Responsible for creating an object instance of a certain
kind.
|
| SerializableSupplier6<P1,P2,P3,P4,P5,P6,T> |
Responsible for creating an object instance of a certain
kind.
|
| SerializableSupplier7<P1,P2,P3,P4,P5,P6,P7,T> |
Responsible for creating an object instance of a certain
kind.
|
| SerializableSupplier8<P1,P2,P3,P4,P5,P6,P7,P8,T> |
Responsible for creating an object instance of a certain
kind.
|
| SerializableSupplier9<P1,P2,P3,P4,P5,P6,P7,P8,P9,T> |
Responsible for creating an object instance of a certain
kind.
|
| SerializationModule | |
| SerializationSupport |
Defines helper methods to levarage serialization related functions
in a module.
|
| SerializationUtil.DeserializingRunnable |
| Class | Description |
|---|---|
| SerializableModule |
A module superclass that supports serialization and deserialization, even
if module subclasses have instance variables defined.
|
| SerializableScope |
A scope implementation that delegates to a given scope when directly asked for
objects or suppliers.
|
| SerializableScope.IndirectSerializableSupplier<T> | |
| SerializationUtil |
Copyright © 2016. All rights reserved.