public interface Serialization<TFormat>
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
deserialize(TFormat data,
Class<T> manifest) |
default <T> T |
deserialize(TFormat data,
Class<T> container,
Type argument,
Type... arguments) |
Object |
deserialize(Type type,
TFormat data) |
TFormat |
serialize(Object value) |
TFormat serialize(Object value) throws IOException
IOExceptionObject deserialize(Type type, TFormat data) throws IOException
IOExceptiondefault <T> T deserialize(TFormat data, Class<T> manifest) throws IOException
IOExceptiondefault <T> T deserialize(TFormat data, Class<T> container, Type argument, Type... arguments) throws IOException
IOExceptionCopyright © 2015. All rights reserved.