Class JSONEncoder<T>

java.lang.Object
org.epics.archiverappliance.utils.ui.JSONEncoder<T>

public class JSONEncoder<T> extends Object
Generate something that converts a POJO into JSON using bean introspection. Underlying framework is still json-simple. This has a giant switch statement that does things based on types; so please add unit tests as part of adding new fields to objects that use JSONEncoder.
Author:
mshankar