
public class OStreamSerializerAnyStreamable extends Object
| Modifier and Type | Field and Description |
|---|---|
static OStreamSerializerAnyStreamable |
INSTANCE |
static String |
NAME |
| Constructor and Description |
|---|
OStreamSerializerAnyStreamable() |
| Modifier and Type | Method and Description |
|---|---|
OCommandRequestText |
fromStream(byte[] iStream,
ORecordSerializer serializer)
Re-Create any object if the class has a public constructor that accepts a String as unique parameter.
|
String |
getName() |
byte[] |
toStream(OCommandRequestText iObject)
Serialize the class name size + class name + object content
|
public static final OStreamSerializerAnyStreamable INSTANCE
public static final String NAME
public OCommandRequestText fromStream(byte[] iStream, ORecordSerializer serializer) throws IOException
IOExceptionpublic byte[] toStream(OCommandRequestText iObject) throws IOException
IOExceptionpublic String getName()
Copyright © 2009–2025 OrientDB. All rights reserved.