
public interface ODocumentSerializer
| 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 ownerDocument) |
OBinaryComparator |
getComparator() |
String[] |
getFieldNames(ODocument reference,
BytesContainer iBytes)
Returns the array of field names with no values.
|
void |
serialize(ODocument document,
BytesContainer bytes,
boolean iClassOnly) |
int |
serializeValue(BytesContainer bytes,
Object value,
OType type,
OType linkedType) |
void serialize(ODocument document, BytesContainer bytes, boolean iClassOnly)
int serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType)
void deserialize(ODocument document, BytesContainer bytes)
void deserializePartial(ODocument document, BytesContainer bytes, String[] iFields)
Object deserializeValue(BytesContainer bytes, OType type, ODocument ownerDocument)
OBinaryField deserializeField(BytesContainer bytes, OClass iClass, String iFieldName)
OBinaryComparator getComparator()
String[] getFieldNames(ODocument reference, BytesContainer iBytes)
reference - TODOCopyright © 2009–2025 OrientDB. All rights reserved.