| Interface | Description |
|---|---|
| BiAdapter<T> |
Adapter to de/serialize any existing class.
|
| BiDeserializer.ContextBlock<E extends java.lang.Throwable> |
A lambda to call with context, could throw an exception of set type.
|
| BiSerializable |
The interface of class that can serialize and deserialize itself to/from
Binder. |
| Class | Description |
|---|---|
| BiDeserializer |
Binder deserializer.
|
| BiMapper |
Mapper allows sny object types to have registered procedures to de/serialize self to the Map structures, e.g.
|
| BiSerializer |
The serializer to convert objects and plain old data to binder-serialized form.
|
| BossBiMapper | |
| DefaultBiMapper |
Default
BiMapper provider, constructs instances, see DefaultBiMapper.getInstance(), and utility functions. |
| Exception | Description |
|---|---|
| BiSerializationException |
Generic exception during serialization/deserialization
|
| Annotation Type | Description |
|---|---|
| BiType |
Annotation that allows specify alias name for class and/or for field, see
BiSerializable. |