Class ORecordSerializerRaw
java.lang.Object
com.orientechnologies.orient.core.serialization.serializer.record.ORecordSerializerRaw
- All Implemented Interfaces:
ORecordSerializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromStream(byte[] iSource) fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) intString[]getFieldNames(ODocument reference, byte[] iSource) intgetName()booleanbyte[]toStream(ORecord iSource, OSerializationContext ctx) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.serialization.serializer.record.ORecordSerializer
fromStream, toStream
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ORecordSerializerRaw
public ORecordSerializerRaw()
-
-
Method Details
-
fromStream
-
getCurrentVersion
public int getCurrentVersion()- Specified by:
getCurrentVersionin interfaceORecordSerializer
-
getMinSupportedVersion
public int getMinSupportedVersion()- Specified by:
getMinSupportedVersionin interfaceORecordSerializer
-
getFieldNames
- Specified by:
getFieldNamesin interfaceORecordSerializer
-
toString
-
fromStream
public ORecord fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) - Specified by:
fromStreamin interfaceORecordSerializer
-
toStream
- Specified by:
toStreamin interfaceORecordSerializer
-
getSupportBinaryEvaluate
public boolean getSupportBinaryEvaluate()- Specified by:
getSupportBinaryEvaluatein interfaceORecordSerializer
-
getName
- Specified by:
getNamein interfaceORecordSerializer
-