Interface ISerializer

All Superinterfaces:
Serializable
All Known Implementing Classes:
JsonSerializer

public interface ISerializer extends Serializable
The ISerializer interface describes the methods that an object should implement to provide serialization and de-serialization capabilities to non-JVM language components.