Package org.hippoecm.hst.util
Interface JsonSerializer
public interface JsonSerializer
-
Nested Class Summary
-
Method Summary
-
Method Details
-
toJson
- Parameters:
value
- the object to write as json- Returns:
- the json representation of
value
- Throws:
JsonSerializer.JsonSerializationException
- in case thevalue
object cannot be serialized to json
-