Uses of Interface
com.vaadin.server.communication.JSONSerializer
-
Packages that use JSONSerializer Package Description com.vaadin.server com.vaadin.server.communication -
-
Uses of JSONSerializer in com.vaadin.server
Methods in com.vaadin.server with parameters of type JSONSerializer Modifier and Type Method Description static <TYPE> void
JsonCodec. setCustomSerializer(Class<TYPE> clazz, JSONSerializer<TYPE> jsonSerializer)
Set a custom JSONSerializer for a specific Class. -
Uses of JSONSerializer in com.vaadin.server.communication
Classes in com.vaadin.server.communication that implement JSONSerializer Modifier and Type Class Description class
DateSerializer
Server side serializer/deserializer for java.util.Date.
-