public interface IRecordSerializer<T> extends Serializable
Note: Some serializers use the convention that a null
will be
de-serialized as a null
. This convention makes it easy to
de-serialize the value and then test to see whether or not the value was in
fact found in the index.
SerializerUtil
,
IStreamSerializer
Modifier and Type | Method and Description |
---|---|
T |
deserialize(byte[] data)
De-serialize an object.
|
byte[] |
serialize(T obj)
Serialize an object.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.