public interface SerializeService
abstract <T extends Any> T
deserialize(String value, Class<T> type)
abstract String
serialize(Object target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract <T extends Any> T deserialize(String value, Class<T> type)
deserialize the value to given type
abstract String serialize(Object target)
serialize the value to string