Interface JsonSerializer
-
- All Known Implementing Classes:
ObjectMapperJsonSerializer
public interface JsonSerializer
Contract for serializing JSON objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
clone(T jsonObject)
Clone JSON object.
-