
public class ORecordSerializerSchemaAware2CSV extends ORecordSerializerCSVAbstract
| Modifier and Type | Field and Description |
|---|---|
static ORecordSerializerSchemaAware2CSV |
INSTANCE |
static String |
NAME |
FIELD_VALUE_SEPARATORPROFILER| Constructor and Description |
|---|
ORecordSerializerSchemaAware2CSV() |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
fromString(String iContent,
ORecord iRecord,
String[] iFields) |
String |
getClassName(String content) |
int |
getCurrentVersion() |
int |
getMinSupportedVersion() |
byte[] |
toStream(ORecord iRecord,
boolean iOnlyDelta) |
String |
toString() |
protected StringBuilder |
toString(ORecord iRecord,
StringBuilder iOutput,
String iFormat,
OUserObject2RecordHandler iObjHandler,
boolean iOnlyDelta,
boolean autoDetectCollectionType) |
byte[] |
writeClassOnly(ORecord iSource) |
embeddedCollectionFromStream, embeddedCollectionToStream, embeddedMapFromStream, embeddedMapToStream, fieldFromStream, fieldToStream, isConvertToLinkedMapconvertValue, fieldTypeFromStream, fieldTypeToString, fromStream, fromString, getFieldNames, getSupportBinaryEvaluate, getType, getType, getTypeValue, simpleValueFromStream, simpleValueToStream, toStringpublic static final String NAME
public static final ORecordSerializerSchemaAware2CSV INSTANCE
public int getCurrentVersion()
public int getMinSupportedVersion()
public ORecord fromString(String iContent, ORecord iRecord, String[] iFields)
fromString in class ORecordSerializerStringAbstractpublic byte[] toStream(ORecord iRecord, boolean iOnlyDelta)
toStream in interface ORecordSerializertoStream in class ORecordSerializerStringAbstractpublic byte[] writeClassOnly(ORecord iSource)
protected StringBuilder toString(ORecord iRecord, StringBuilder iOutput, String iFormat, OUserObject2RecordHandler iObjHandler, boolean iOnlyDelta, boolean autoDetectCollectionType)
toString in class ORecordSerializerStringAbstractCopyright © 2009–2025 OrientDB. All rights reserved.