public class JsonRenderer extends Object
| Constructor and Description |
|---|
JsonRenderer() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addSerializer(Class<T> clazz,
com.fasterxml.jackson.databind.JsonSerializer<T> serializer)
This method gives the opportunity to add a custom serializer to serializer
one of the highchart option classes.
|
String |
toJson(Object object) |
public <T> void addSerializer(Class<T> clazz, com.fasterxml.jackson.databind.JsonSerializer<T> serializer)
clazz - the option classserializer - the serializer responsible for serializing objects of the option
class.Copyright © 2012. All Rights Reserved.