public interface FixedSizeObjectSerializer<T> extends ObjectSerializer<T>
An serializer which knows the size of all objects in advance.
| Modifier and Type | Method and Description |
|---|---|
long |
size()
Return the exact serialized size of objects, in bytes.
|
read, supportsNull, writeCopyright © 2010-2016 Stardog Union. All Rights Reserved.