public class JaxbJsonSerializer<T> extends Object
| Constructor and Description |
|---|
JaxbJsonSerializer(Class<T> type)
Creates a serializer which will work with the defined class type.
|
public String serialize(T object) throws IOException
IOExceptionpublic T deserialize(String json) throws IOException
IOExceptionCopyright © 2009–2014 DuraSpace. All rights reserved.