public static interface Json.JsonCodec
Modifier and Type | Method and Description |
---|---|
<T> T |
fromJson(String json,
Class<T> type) |
InputStream |
toInputStream(Object o,
Class<?> type) |
String |
toJson(Object o) |
InputStream toInputStream(Object o, Class<?> type) throws IOException
IOException
Copyright © 2023. All rights reserved.