Class ValueReaderReferenceList
java.lang.Object
one.microstream.storage.restadapter.ValueReaderVariableLength
one.microstream.storage.restadapter.ValueReaderReferenceList
- All Implemented Interfaces:
ValueReader
public class ValueReaderReferenceList extends ValueReaderVariableLength
-
Constructor Summary
Constructors Constructor Description ValueReaderReferenceList(PersistenceTypeDefinitionMember typeDefinition)
-
Method Summary
Modifier and Type Method Description long
getBinarySize(Binary binary, long offset)
Object
readValue(Binary binary, long offset)
Methods inherited from class one.microstream.storage.restadapter.ValueReaderVariableLength
getVariableLength
-
Constructor Details
-
Method Details
-
readValue
-
getBinarySize
- Specified by:
getBinarySize
in interfaceValueReader
- Overrides:
getBinarySize
in classValueReaderVariableLength
-