Type - type to marshallpublic interface JsonMarshaller<Type>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
marshall(Type t)
Marshall a given of type T.
|
void |
marshall(Type t,
OutputStream stream)
Marshall a given of type T.
|
void marshall(Type t, OutputStream stream)
t - Type to marshall from.stream - outputstream.byte[] marshall(Type t)
t - Type to marshall from.Copyright © 2023. All rights reserved.