All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AtomicExternalizerProvider |
Externalizers for the java.util.concurrent.atomic package.
|
| BinaryExternalizer<T,X,Y> |
Generic Externalizer for an object composed of 2 externalizable components.
|
| BinaryFormatter<K> |
|
| BitSetExternalizer |
|
| BooleanExternalizer<T> |
|
| BoundedCollectionExternalizer<T extends Collection<Object>> |
Externalizer for bounded implementations of Collection.
|
| ByteBufferInputStream |
|
| ByteBufferMarshalledKey<T> |
|
| ByteBufferMarshalledKeyExternalizer |
|
| ByteBufferMarshalledKeyFactory |
|
| ByteBufferMarshalledValue<T> |
|
| ByteBufferMarshalledValueExternalizer |
|
| ByteBufferMarshalledValueFactory |
|
| ByteBufferMarshaller |
|
| ByteBufferOutputStream |
A specialized ByteArrayOutputStream that exposes the internal buffer.
|
| CalendarExternalizer |
|
| CollectionExternalizer<T extends Collection<Object>,C,CC> |
Generic externalizer for implementations of Collection.
|
| ConcurrentExternalizerProvider |
|
| ContextualCollectionExternalizer<T extends Collection<Object>,C> |
Externalizer for implementations of Collection constructed with some context.
|
| ContextualMapExternalizer<T extends Map<Object,Object>,C> |
Externalizer for implementations of Map constructed with some context.
|
| CopyOnWriteCollectionExternalizer<T extends Collection<Object>> |
Externalizer for copy-on-write implementations of Collection.
|
| DateExternalizer<D extends Date> |
Externalizers for Date implementations.
|
| DecoratorExternalizer<T> |
Marshaller for a decorator that does not provide public access to its decorated object.
|
| DelimitedFormatter<K> |
Formatter for keys with multiple string fields.
|
| DurationExternalizer |
|
| EnumExternalizer<E extends Enum<E>> |
|
| EnumMapExternalizer<E extends Enum<E>> |
|
| EnumSetExternalizer<E extends Enum<E>> |
|
| ExternalizableExternalizer<T extends Externalizable> |
Externalizer for Externalizable objects.
|
| ExternalizerProvider |
|
| Formatter<K> |
Formats a cache key to a string representation and back again.
|
| HashMapExternalizer<T extends Map<Object,Object>> |
|
| HashSetExternalizer<T extends Set<Object>> |
Externalizer for hash table based sets constructed with a capacity rather than a size.
|
| HashSetExternalizer.CapacityFactory<T> |
Creates a hash table based map or collection with an appropriate capacity given an initial size.
|
| IdentityFunction |
Behaves the same as Function.identity(), where the return type is a superclass of the function parameter.
|
| IndexSerializer |
Various strategies for marshalling an array/collection index (i.e.
|
| InetAddressExternalizer<A extends InetAddress> |
|
| InetSocketAddressExternalizer |
|
| InstantExternalizer |
|
| IntExternalizer<T> |
|
| IntSerializer |
Writes/reads an integer to/from a binary stream.
|
| LinkedHashMapExternalizer |
|
| LongExternalizer<T> |
|
| MapEntryExternalizer<T extends Map.Entry<Object,Object>> |
|
| MapExternalizer<T extends Map<Object,Object>,C,CC> |
Externalizers for implementations of Map.
|
| Marshallability |
|
| MarshalledValue<T,C> |
|
| MarshalledValueFactory<C> |
|
| MarshalledValueMarshaller<V,C> |
Marshaller that stores attribute values using marshalled values.
|
| Marshaller<V,S> |
Marshals an object to and from its serialized form.
|
| MarshallingExternalizerProvider |
|
| MonthDayExternalizer |
|
| NetExternalizerProvider |
Externalizers for the java.net package.
|
| ObjectExternalizer<T> |
|
| OptionalDoubleExternalizer |
|
| OptionalIntExternalizer |
|
| OptionalLongExternalizer |
|
| PeriodExternalizer |
|
| Serializer<T> |
Writes/reads an object to/from a binary stream.
|
| SerializerExternalizer<T> |
|
| SimpleFormatter<K> |
Formatter for keys with a simple string representation.
|
| SingletonCollectionExternalizer<T extends Collection<Object>> |
Externalizer for singleton collections.
|
| SingletonMapExternalizer |
|
| SortedMapExternalizer<T extends SortedMap<Object,Object>> |
Externalizers for implementations of SortedMap.
|
| SortedSetExternalizer<T extends SortedSet<Object>> |
Externalizers for implementations of SortedSet.
|
| SQLExternalizerProvider |
|
| StringExternalizer<T> |
|
| SupplierFunction<R> |
Adapts a Supplier to a Function ignoring it's parameter.
|
| SynchronizedDecoratorExternalizer<T> |
A decorator marshaller that writes the decorated object while holding its monitor lock.
|
| TimeExternalizerProvider |
Externalizers for the java.time package
|
| TimestampExternalizer |
|
| UnboundedCollectionExternalizer<T extends Collection<Object>> |
Externalizer for unbounded implementations of Collection.
|
| UnmodifiableCollectionExternalizer<T extends Collection<Object>> |
|
| UnmodifiableMapExternalizer<T extends Map<Object,Object>> |
Externalizer for unmodifiable maps created via Map.of() or java.util.Map#ofEntries() methods.
|
| URLExternalizer |
|
| UtilExternalizerProvider |
Externalizers for the java.util package
|
| UUIDExternalizer |
|
| UUIDSerializer |
|
| ValueExternalizer<T> |
|
| ValueFunction<T,R> |
A function that always results a constant value, ignoring its parameter.
|
| YearMonthExternalizer |
|