public interface Serializer<T>
default String name()
default String contentType()
T serialize(Object fromObj) throws IOException
IOExceptionObject deserialize(T data, Type toType) throws IOException
IOExceptionCopyright © 2024. All rights reserved.