| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(TContext context,
Type manifest,
byte[] body,
int size) |
Object |
deserialize(TContext context,
Type manifest,
InputStream stream) |
void |
serialize(Object instance,
OutputStream stream) |
void serialize(@Nullable Object instance, OutputStream stream) throws IOException
IOException@Nullable Object deserialize(@Nullable TContext context, Type manifest, byte[] body, int size) throws IOException
IOException@Nullable Object deserialize(@Nullable TContext context, Type manifest, InputStream stream) throws IOException
IOExceptionCopyright © 2023. All rights reserved.