public interface JsonProcessor
void
marshal(Writer writer, Object value)
<T> T
unmarshal(InputStream inputStream, Charset charset, Type type)
void marshal(Writer writer, Object value) throws IOException
IOException
<T> T unmarshal(InputStream inputStream, Charset charset, Type type) throws IOException
Copyright © 2019. All rights reserved.