Class ORecordSerializerJSON
java.lang.Object
com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerStringAbstract
com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerJSON
- All Implemented Interfaces:
ORecordSerializer,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final ORecordSerializerJSONstatic final Stringstatic final char[]Fields inherited from class com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerStringAbstract
PROFILER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String source, ORecord record, String[] fields) fromString(String source, ORecord record, String[] fields, boolean needReload) fromString(String source, ORecord record, String[] fields, String options, boolean needReload) fromString(String source, ORecord record, String[] iFields, String iOptions, boolean needReload, int maxRidbagSizeBeforeSkip, Set<Integer> skippedPartsIndexes) fromStringV0(String source, ORecord record, String iOptions, boolean needReload, int maxRidbagSizeBeforeSkip, Set<Integer> skippedPartsIndexes) intintgetName()toString()voidtoString(ORecord iRecord, OJSONWriter json, String iFormat, boolean autoDetectCollectionType) toString(ORecord record, StringBuilder output, String format, boolean autoDetectCollectionType) Methods inherited from class com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerStringAbstract
convertValue, fieldTypeFromStream, fieldTypeToString, fromStream, fromString, getFieldNames, getSupportBinaryEvaluate, getType, getTypeValue, simpleValueFromStream, simpleValueToStream, toStream, toString
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
PARAMETER_SEPARATOR
public static final char[] PARAMETER_SEPARATOR -
INITIAL_SIZE
public static final int INITIAL_SIZE- See Also:
-
-
Constructor Details
-
ORecordSerializerJSON
public ORecordSerializerJSON()
-
-
Method Details
-
getCurrentVersion
public int getCurrentVersion() -
getMinSupportedVersion
public int getMinSupportedVersion() -
fromString
-
fromString
- Specified by:
fromStringin classORecordSerializerStringAbstract
-
fromString
-
fromString
-
fromStringV0
-
toString
public void toString(ORecord iRecord, OJSONWriter json, String iFormat, boolean autoDetectCollectionType) -
toString
public StringBuilder toString(ORecord record, StringBuilder output, String format, boolean autoDetectCollectionType) - Specified by:
toStringin classORecordSerializerStringAbstract
-
toString
-
getName
-