Class ORecordSerializerCSVAbstract
java.lang.Object
com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerStringAbstract
com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerCSVAbstract
- All Implemented Interfaces:
ORecordSerializer,Serializable
- Direct Known Subclasses:
ORecordSerializerSchemaAware2CSV
- See Also:
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerStringAbstract
PROFILER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionembeddedCollectionFromStream(ODocument iDocument, OType iType, OClass iLinkedClass, OType iLinkedType, String iValue) embeddedCollectionToStream(ODatabase<?> iDatabase, StringBuilder iOutput, OClass iLinkedClass, OType iLinkedType, Object iValue, boolean iSaveOnlyDirty, boolean iSet) embeddedMapFromStream(ODocument iSourceDocument, OType iLinkedType, String iValue, String iName) voidembeddedMapToStream(ODatabase<?> iDatabase, StringBuilder iOutput, OClass iLinkedClass, OType iLinkedType, Object iValue, boolean iSaveOnlyDirty) fieldFromStream(ORecord iSourceRecord, OType iType, OClass iLinkedClass, OType iLinkedType, String iName, String iValue) voidfieldToStream(ODocument iRecord, StringBuilder iOutput, OType iType, OClass iLinkedClass, OType iLinkedType, String iName, Object iValue, boolean iSaveOnlyDirty) protected booleanisConvertToLinkedMap(Map<?, ?> map, OType linkedType) Methods inherited from class com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerStringAbstract
convertValue, fieldTypeFromStream, fieldTypeToString, fromStream, fromString, fromString, getFieldNames, getSupportBinaryEvaluate, getType, getTypeValue, simpleValueFromStream, simpleValueToStream, toStream, toString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.serialization.serializer.record.ORecordSerializer
fromStream, getCurrentVersion, getMinSupportedVersion, getName, toStream
-
Field Details
-
FIELD_VALUE_SEPARATOR
public static final char FIELD_VALUE_SEPARATOR- See Also:
-
-
Constructor Details
-
ORecordSerializerCSVAbstract
public ORecordSerializerCSVAbstract()
-
-
Method Details
-
fieldFromStream
-
embeddedMapFromStream
-
fieldToStream
-
embeddedMapToStream
public void embeddedMapToStream(ODatabase<?> iDatabase, StringBuilder iOutput, OClass iLinkedClass, OType iLinkedType, Object iValue, boolean iSaveOnlyDirty) -
embeddedCollectionFromStream
-
embeddedCollectionToStream
public StringBuilder embeddedCollectionToStream(ODatabase<?> iDatabase, StringBuilder iOutput, OClass iLinkedClass, OType iLinkedType, Object iValue, boolean iSaveOnlyDirty, boolean iSet) -
isConvertToLinkedMap
-