
public interface ORecordSerializer
| Modifier and Type | Method and Description |
|---|---|
ORecord |
fromStream(byte[] iSource,
ORecord iRecord,
String[] iFields) |
int |
getCurrentVersion() |
String[] |
getFieldNames(ODocument reference,
byte[] iSource) |
int |
getMinSupportedVersion() |
boolean |
getSupportBinaryEvaluate() |
byte[] |
toStream(ORecord iSource,
boolean iOnlyDelta) |
byte[] |
writeClassOnly(ORecord iSource) |
Copyright © 2009–2025 OrientDB. All rights reserved.