Package one.microstream.cache
Interface SerializedObject
- All Superinterfaces:
 ByteSized
- All Known Implementing Classes:
 SerializedObject.Default
public interface SerializedObject extends ByteSized
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSerializedObject.Default - 
Method Summary
Modifier and Type Method Description static SerializedObjectNew(int hashCode, Binary serializedData)BinaryserializedData() 
- 
Method Details
- 
serializedData
Binary serializedData() - 
New
 
 -