org.mortbay.util.ajax
public static interface JSON.Convertor
may be implemented to provide static convertors for objects that may be registered with JSON#registerConvertor(Class, org.mortbay.util.ajax.JSON.Convertor). These convertors are looked up by class, interface and super class by {@link JSON#getConvertor(Class)}. Convertors should be used when the classes to be converted cannot implement {@link Convertible} or {@link Generator}.
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
fromJSON(java.util.Map object) |
void |
toJSON(java.lang.Object obj,
JSON.Output out) |
void toJSON(java.lang.Object obj, JSON.Output out)
java.lang.Object fromJSON(java.util.Map object)
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.