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