| Interface | Description |
|---|---|
| BytesMarshallable |
Integrated marshaller for objects.
|
| BytesMarshaller<E> |
External marshaller for classes.
|
| BytesMarshallerFactory | |
| CompactBytesMarshaller<E> |
A BytesMarshaller with a byte code for the class.
|
| ObjectFactory<E> | |
| ObjectSerializer |
Abstracts serialization implementation, which at least should be able to serialize objects that
Java built-in serialization is able serialize.
|
| Class | Description |
|---|---|
| BytesMarshallableSerializer |
An extension of built-in Java serialization, featuring special treatment of
BytesMarshallable objects, compact String encoding and support of pluggable custom
serializers for arbitrary classes. |
| Enum | Description |
|---|---|
| JDKObjectSerializer | |
| JDKZObjectSerializer |
Copyright © 2019. All rights reserved.