public interface SerializeCoder
void initCoder(Environment environment)
Object decode(byte[] bytes, Class<?> returnType) throws IOException
IOExceptionbyte[] encode(Object object) throws IOException
IOExceptionCopyright © 2020–2021. All rights reserved.