public interface JsonSerializer
Modifier and Type | Interface and Description |
---|---|
static class |
JsonSerializer.JsonSerializationException |
Modifier and Type | Method and Description |
---|---|
String |
toJson(Object value) |
String toJson(Object value)
value
- the object to write as jsonvalue
JsonSerializer.JsonSerializationException
- in case the value
object cannot be serialized to jsonCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.