Class SerializationContext
java.lang.Object
org.exoplatform.commons.serialization.SerializationContext
- Version:
- $Revision$
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<O> voidaddFactory(ObjectFactory<O> factory) <O> Oclone(O o) <O> ObjectFactory<? super O> getFactory(Class<O> type) read(byte[] bytes) read(InputStream in) byte[]voidwrite(Object o, OutputStream out)
-
Constructor Details
-
SerializationContext
-
-
Method Details
-
addFactory
-
getTypeDomain
-
getFactory
-
clone
- Throws:
IOExceptionClassNotFoundException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
read
- Throws:
IOExceptionClassNotFoundException
-
read
- Throws:
IOExceptionClassNotFoundException
-