
public class ORecordSerializerNetworkV0 extends Object implements ODocumentSerializer
| Constructor and Description |
|---|
ORecordSerializerNetworkV0() |
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)
serialize in interface ODocumentSerializerpublic String[] getFieldNames(ODocument reference, BytesContainer bytes, boolean embedded)
ODocumentSerializergetFieldNames in interface ODocumentSerializerreference - TODOprotected OClass serializeClass(ODocument document, BytesContainer bytes)
protected OType readOType(BytesContainer bytes)
public Object deserializeValue(BytesContainer bytes, OType type, ORecordElement owner)
deserializeValue in interface ODocumentSerializerpublic int serializeValue(BytesContainer bytes, Object value, OType type, OType linkedType, OImmutableSchema schema, OPropertyEncryption encryption)
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, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption)
deserializeField in interface ODocumentSerializerpublic OBinaryComparator getComparator()
getComparator in interface ODocumentSerializerpublic boolean isSerializingClassNameByDefault()
isSerializingClassNameByDefault in interface ODocumentSerializerpublic <RET> RET deserializeFieldTyped(BytesContainer record, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption)
deserializeFieldTyped in interface ODocumentSerializerpublic void deserializeDebug(BytesContainer bytes, ODatabaseDocumentInternal db, ORecordSerializationDebug debugInfo, OImmutableSchema schema)
deserializeDebug in interface ODocumentSerializerCopyright © 2009–2025 OrientDB. All rights reserved.