
public class OStringSerializerAnyStreamable extends Object implements OStringSerializer
| Modifier and Type | Field and Description |
|---|---|
static OStringSerializerAnyStreamable |
INSTANCE |
static String |
NAME |
| Constructor and Description |
|---|
OStringSerializerAnyStreamable() |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromStream(String iStream)
Re-Create any object if the class has a public constructor that accepts a String as unique parameter.
|
String |
getName() |
StringBuilder |
toStream(StringBuilder iOutput,
Object iValue)
Serialize the class name size + class name + object content
|
public static final OStringSerializerAnyStreamable INSTANCE
public static final String NAME
public Object fromStream(String iStream)
fromStream in interface OStringSerializerpublic StringBuilder toStream(StringBuilder iOutput, Object iValue)
toStream in interface OStringSerializeriValue - public String getName()
getName in interface OStringSerializerCopyright © 2009–2025 OrientDB. All rights reserved.