Package com.dieselpoint.norm.serialize
Interface DbSerializable
public interface DbSerializable
Serializes a class to and from a string.
Implementations must have a zero-arg constructor and must
be thread-safe.
-
Method Summary
-
Method Details
-
serialize
-
deserialize
-