The {@link #serialize(Object,ConnectorTracker)} and{@link #deserialize(Type,JsonValue,ConnectorTracker)} methods must besymmetric so they can be chained and produce the original result (or an equal result).
Each {@link JSONSerializer} implementation can handle an object of a singletype.
This is the server side interface, see com.vaadin.client.communication.JSONSerializer for the client side interface. @since 7.2 @author Vaadin Ltd
|
|