Class OStreamableHelper
java.lang.Object
com.orientechnologies.orient.core.serialization.OStreamableHelper
Helper class to serialize OStreamable objects.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectfromStream(DataInput in) static voidsetStreamableClassLoader(ClassLoader streamableClassLoader) Set the preferredClassLoaderused to load streamable types.static voidtoStream(DataOutput out, Object object)
-
Constructor Details
-
OStreamableHelper
public OStreamableHelper()
-
-
Method Details
-
setStreamableClassLoader
Set the preferredClassLoaderused to load streamable types. -
toStream
- Throws:
IOException
-
fromStream
- Throws:
IOException
-