Uses of Interface
one.microstream.persistence.binary.types.BinaryValueStorer
| Package | Description | 
|---|---|
| one.microstream.persistence.binary.types | 
- 
Uses of BinaryValueStorer in one.microstream.persistence.binary.typesMethods in one.microstream.persistence.binary.types that return BinaryValueStorer Modifier and Type Method Description static BinaryValueStorerBinaryValueFunctions. getObjectValueStorer(Class<?> type, boolean isEager, boolean switchByteOrder)static BinaryValueStorerBinaryValueFunctions. getObjectValueStorerReversed(Class<?> type, boolean isEager)Methods in one.microstream.persistence.binary.types with parameters of type BinaryValueStorer Modifier and Type Method Description voidBinary. storeFixedSize(PersistenceStoreHandler<Binary> handler, long contentLength, long typeId, long objectId, Object instance, long[] memoryOffsets, BinaryValueStorer[] storers)