
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 |
|---|---|
<RET> RET |
deserializeFieldFromEmbedded(byte[] record,
int offset,
String iFieldName,
int serializerVersion) |
<RET> RET |
deserializeFieldFromRoot(byte[] record,
String iFieldName) |
ORecord |
fromString(String iContent,
ORecord iRecord,
String[] iFields) |
String |
getClassName(String content) |
int |
getCurrentVersion() |
String[] |
getFieldNamesEmbedded(ODocument reference,
byte[] iSource,
int offset,
int serializerVersion) |
int |
getMinSupportedVersion() |
String |
getName() |
byte[] |
toStream(ORecord iRecord,
boolean iOnlyDelta) |
String |
toString() |
protected StringBuilder |
toString(ORecord iRecord,
StringBuilder iOutput,
String iFormat,
boolean iOnlyDelta,
boolean autoDetectCollectionType) |
byte[] |
writeClassOnly(ORecord iSource) |
embeddedCollectionFromStream, embeddedCollectionToStream, embeddedMapFromStream, embeddedMapToStream, fieldFromStream, fieldToStream, isConvertToLinkedMapconvertValue, fieldTypeFromStream, fieldTypeToString, fromStream, fromString, getFieldNamesRoot, 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, boolean iOnlyDelta, boolean autoDetectCollectionType)
toString in class ORecordSerializerStringAbstractpublic String getName()
public <RET> RET deserializeFieldFromRoot(byte[] record,
String iFieldName)
public <RET> RET deserializeFieldFromEmbedded(byte[] record,
int offset,
String iFieldName,
int serializerVersion)
Copyright © 2009–2025 OrientDB. All rights reserved.