
public class OStreamableHelper extends Object
| Constructor and Description |
|---|
OStreamableHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
fromStream(DataInput in) |
static void |
setStreamableClassLoader(ClassLoader streamableClassLoader)
Set the preferred
ClassLoader used to load streamable types. |
static void |
toStream(DataOutput out,
Object object) |
public static void setStreamableClassLoader(ClassLoader streamableClassLoader)
ClassLoader used to load streamable types.public static void toStream(DataOutput out, Object object) throws IOException
IOExceptionpublic static Object fromStream(DataInput in) throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.