public class SPOBindingSetSerializer extends Object implements IStreamSerializer<IBindingSet[]>
IBindingSet
s.
FIXME This implementation is not complete and is not tested.Modifier and Type | Field and Description |
---|---|
static IStreamSerializer<IBindingSet[]> |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
IBindingSet[] |
deserialize(ObjectInput in)
De-serialize an object.
|
void |
serialize(ObjectOutput out,
IBindingSet[] obj)
Serialize an object.
|
public static final transient IStreamSerializer<IBindingSet[]> INSTANCE
public IBindingSet[] deserialize(ObjectInput in)
IStreamSerializer
deserialize
in interface IStreamSerializer<IBindingSet[]>
in
- The stream from which the object's state will be read.public void serialize(ObjectOutput out, IBindingSet[] obj)
IStreamSerializer
Note: All state required to de-serialize the object must be written onto the stream. That may include serializer state as well, such as dictionary that will be used on the other end to decode the object. In such cases the serializer needs to know how to de-serialize both the dictionary and the data. Stateful serializers such as extSer must encapsulate all requisite state on the output stream.
serialize
in interface IStreamSerializer<IBindingSet[]>
out
- The stream onto which the object's state will be written.obj
- The object.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.