
public class ORecordSerializerNetworkV0 extends Object implements ODocumentSerializer
| Constructor and Description |
|---|
ORecordSerializerNetworkV0() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ODocument document,
BytesContainer bytes) |
OBinaryField |
deserializeField(BytesContainer bytes,
OClass iClass,
String iFieldName) |
void |
deserializePartial(ODocument document,
BytesContainer bytes,
String[] iFields) |
Object |
deserializeValue(BytesContainer bytes,
OType type,
ODocument document) |
OBinaryComparator |
getComparator() |
String[] |
getFieldNames(ODocument reference,
BytesContainer bytes)
Returns the array of field names with no values.
|
protected int |
readInteger(BytesContainer container) |
protected OType |
readOType(BytesContainer bytes) |
protected String |
readString(BytesContainer bytes) |
void |
serialize(ODocument document,
BytesContainer bytes,
boolean iClassOnly) |
protected OClass |
serializeClass(ODocument document,
BytesContainer bytes) |
int |
serializeValue(BytesContainer bytes,
Object value,
OType type,
OType linkedType) |
protected String |
stringFromBytes(byte[] bytes,
int offset,
int len) |
public void deserializePartial(ODocument document, BytesContainer bytes, String[] iFields)
deserializePartial in interface ODocumentSerializerpublic void deserialize(ODocument document, BytesContainer bytes)
deserialize in interface ODocumentSerializerpublic void serialize(ODocument document, BytesContainer bytes, boolean iClassOnly)
serialize in interface ODocumentSerializerpublic String[] getFieldNames(ODocument reference, BytesContainer bytes)
ODocumentSerializergetFieldNames in interface ODocumentSerializerreference - TODOprotected OClass serializeClass(ODocument document, BytesContainer bytes)
protected OType readOType(BytesContainer bytes)
public Object deserializeValue(BytesContainer bytes, OType type, ODocument document)
deserializeValue in interface ODocumentSerializerpublic int serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType)
serializeValue in interface ODocumentSerializerprotected String readString(BytesContainer bytes)
protected int readInteger(BytesContainer container)
protected String stringFromBytes(byte[] bytes, int offset, int len)
public OBinaryField deserializeField(BytesContainer bytes, OClass iClass, String iFieldName)
deserializeField in interface ODocumentSerializerpublic OBinaryComparator getComparator()
getComparator in interface ODocumentSerializerCopyright © 2009–2025 OrientDB. All rights reserved.