public class ObjectWrapperPojo<T> extends Object
| Constructor and Description |
|---|
ObjectWrapperPojo() |
ObjectWrapperPojo(T object) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
T |
pojoGetObject() |
T |
pojoGetObject(ClassLoader classLoader) |
void |
pojoSetObject(T object) |
void |
setContent(byte[] stream) |
public ObjectWrapperPojo()
public ObjectWrapperPojo(T object)
public T pojoGetObject() throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic T pojoGetObject(ClassLoader classLoader) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void pojoSetObject(T object)
public byte[] getContent()
throws IOException
IOExceptionpublic void setContent(byte[] stream)
Copyright © 2014. All rights reserved.