
public abstract class ORecordSerializerCSVAbstract extends ORecordSerializerStringAbstract
| Modifier and Type | Field and Description |
|---|---|
static char |
FIELD_VALUE_SEPARATOR |
PROFILER| Constructor and Description |
|---|
ORecordSerializerCSVAbstract() |
| Modifier and Type | Method and Description |
|---|---|
Object |
embeddedCollectionFromStream(ODocument iDocument,
OType iType,
OClass iLinkedClass,
OType iLinkedType,
String iValue) |
StringBuilder |
embeddedCollectionToStream(ODatabase<?> iDatabase,
OUserObject2RecordHandler iObjHandler,
StringBuilder iOutput,
OClass iLinkedClass,
OType iLinkedType,
Object iValue,
boolean iSaveOnlyDirty,
boolean iSet) |
Map<String,Object> |
embeddedMapFromStream(ODocument iSourceDocument,
OType iLinkedType,
String iValue,
String iName) |
void |
embeddedMapToStream(ODatabase<?> iDatabase,
OUserObject2RecordHandler iObjHandler,
StringBuilder iOutput,
OClass iLinkedClass,
OType iLinkedType,
Object iValue,
boolean iSaveOnlyDirty) |
Object |
fieldFromStream(ORecord iSourceRecord,
OType iType,
OClass iLinkedClass,
OType iLinkedType,
String iName,
String iValue) |
void |
fieldToStream(ODocument iRecord,
StringBuilder iOutput,
OUserObject2RecordHandler iObjHandler,
OType iType,
OClass iLinkedClass,
OType iLinkedType,
String iName,
Object iValue,
boolean iSaveOnlyDirty) |
protected boolean |
isConvertToLinkedMap(Map<?,?> map,
OType linkedType) |
convertValue, fieldTypeFromStream, fieldTypeToString, fromStream, fromString, fromString, getFieldNames, getSupportBinaryEvaluate, getType, getType, getTypeValue, simpleValueFromStream, simpleValueToStream, toStream, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentVersion, getMinSupportedVersion, writeClassOnlypublic static final char FIELD_VALUE_SEPARATOR
public Object fieldFromStream(ORecord iSourceRecord, OType iType, OClass iLinkedClass, OType iLinkedType, String iName, String iValue)
public Map<String,Object> embeddedMapFromStream(ODocument iSourceDocument, OType iLinkedType, String iValue, String iName)
public void fieldToStream(ODocument iRecord, StringBuilder iOutput, OUserObject2RecordHandler iObjHandler, OType iType, OClass iLinkedClass, OType iLinkedType, String iName, Object iValue, boolean iSaveOnlyDirty)
public void embeddedMapToStream(ODatabase<?> iDatabase, OUserObject2RecordHandler iObjHandler, StringBuilder iOutput, OClass iLinkedClass, OType iLinkedType, Object iValue, boolean iSaveOnlyDirty)
public Object embeddedCollectionFromStream(ODocument iDocument, OType iType, OClass iLinkedClass, OType iLinkedType, String iValue)
public StringBuilder embeddedCollectionToStream(ODatabase<?> iDatabase, OUserObject2RecordHandler iObjHandler, StringBuilder iOutput, OClass iLinkedClass, OType iLinkedType, Object iValue, boolean iSaveOnlyDirty, boolean iSet)
Copyright © 2009–2025 OrientDB. All rights reserved.