Class ORecordSerializerSchemaAware2CSV
java.lang.Object
com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerStringAbstract
com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerCSVAbstract
com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerSchemaAware2CSV
- All Implemented Interfaces:
ORecordSerializer,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ORecordSerializerSchemaAware2CSVstatic final StringFields inherited from class com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerCSVAbstract
FIELD_VALUE_SEPARATORFields inherited from class com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerStringAbstract
PROFILER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String iContent, ORecord iRecord, String[] iFields) getClassName(String content) intintgetName()byte[]toString()protected StringBuildertoString(ORecord iRecord, StringBuilder iOutput, String iFormat, boolean autoDetectCollectionType) byte[]writeClassOnly(ORecord iSource) Methods inherited from class com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerCSVAbstract
embeddedCollectionFromStream, embeddedCollectionToStream, embeddedMapFromStream, embeddedMapToStream, fieldFromStream, fieldToStream, isConvertToLinkedMapMethods inherited from class com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerStringAbstract
convertValue, fieldTypeFromStream, fieldTypeToString, fromStream, fromString, getFieldNames, getSupportBinaryEvaluate, getType, getTypeValue, simpleValueFromStream, simpleValueToStream, toStream, toStringMethods 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
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
ORecordSerializerSchemaAware2CSV
public ORecordSerializerSchemaAware2CSV()
-
-
Method Details
-
toString
-
getCurrentVersion
public int getCurrentVersion() -
getMinSupportedVersion
public int getMinSupportedVersion() -
getClassName
-
fromString
- Specified by:
fromStringin classORecordSerializerStringAbstract
-
toStream
-
writeClassOnly
-
toString
protected StringBuilder toString(ORecord iRecord, StringBuilder iOutput, String iFormat, boolean autoDetectCollectionType) - Specified by:
toStringin classORecordSerializerStringAbstract
-
getName
-