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
IOException
public static Object fromStream(DataInput in) throws IOException
IOException
Copyright © 2009–2020 OrientDB. All rights reserved.