public class JsonSerializer<T> extends Object implements Function<T,String>
protected JsonSimpleSerializerImpl
serializer
JsonSerializer(Class<T> type)
String
apply(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected JsonSimpleSerializerImpl serializer
public JsonSerializer(Class<T> type)
public String apply(T t)
apply
Function<T,String>
Copyright © 2014. All Rights Reserved.