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 class
SerializedObject.Default
-
Method Summary
Modifier and Type Method Description static SerializedObject
New(int hashCode, Binary serializedData)
Binary
serializedData()
-
Method Details
-
serializedData
Binary serializedData() -
New
-