Interface JsonSerializer
public interface JsonSerializer
Contract for JSON serializers that convert Java objects into
their JSON string representation.
Implementations are responsible for taking any Java object and
serializing it into a JSON-formatted String.
-
Method Summary
Modifier and TypeMethodDescriptionwriteToString(Object object) Serialize the given Java object into a JSON string.
-
Method Details
-
writeToString
-