Class SerializablePortability

java.lang.Object
org.terracotta.offheapstore.storage.portability.SerializablePortability
All Implemented Interfaces:
Portability<Serializable>
Direct Known Subclasses:
PersistentSerializablePortability

public class SerializablePortability extends Object implements Portability<Serializable>
A trivially compressed Java serialization based portability.

Class descriptors in the resultant bytes are encoded as integers. Mappings between the integer representation and the ObjectStreamClass, and the Class and the integer representation are stored in a single on-heap map.