public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(Class<T> cls,
String contentType,
InputStream in) |
void |
serialize(Object o,
String contentType,
OutputStream out) |
void serialize(Object o, String contentType, OutputStream out)
<T> T deserialize(Class<T> cls, String contentType, InputStream in)
Copyright © 2023. All rights reserved.