Class Serializer
- java.lang.Object
-
- org.uberfire.ext.metadata.backend.lucene.util.Serializer
-
public final class Serializer extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectfromByteArray(byte[] bytes)static byte[]toByteArray(Object obj)
-
-
-
Method Detail
-
toByteArray
public static byte[] toByteArray(Object obj) throws IOException
- Throws:
IOException
-
fromByteArray
public static Object fromByteArray(byte[] bytes) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-