Class OStringSerializerAnyStreamable
java.lang.Object
com.orientechnologies.orient.core.serialization.serializer.string.OStringSerializerAnyStreamable
- All Implemented Interfaces:
OStringSerializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromStream(String iStream) Re-Create any object if the class has a public constructor that accepts a String as unique parameter.getName()toStream(StringBuilder iOutput, Object iValue) Serialize the class name size + class name + object content
-
Field Details
-
INSTANCE
-
NAME
- See Also:
-
-
Constructor Details
-
OStringSerializerAnyStreamable
public OStringSerializerAnyStreamable()
-
-
Method Details
-
fromStream
Re-Create any object if the class has a public constructor that accepts a String as unique parameter.- Specified by:
fromStreamin interfaceOStringSerializer
-
toStream
Serialize the class name size + class name + object content- Specified by:
toStreamin interfaceOStringSerializer- Parameters:
iValue-
-
getName
- Specified by:
getNamein interfaceOStringSerializer
-