Interface JsonSerializer
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ObjectMapperJsonSerializer
Contract for serializing JSON objects.
- Author:
- Vlad Mihalcea
-
Method Summary
-
Method Details
-
clone
<T> T clone(T jsonObject) Clone JSON object.- Type Parameters:
T- JSON object parameterized type- Parameters:
jsonObject- JSON object- Returns:
- cloned JSON object
-