Package | Description |
---|---|
com.vaadin.server | |
com.vaadin.server.communication | |
com.vaadin.ui |
Modifier and Type | Method and Description |
---|---|
static Object |
JsonCodec.decodeCustomType(Type targetType,
JsonValue value,
ConnectorTracker connectorTracker) |
static Object |
JsonCodec.decodeInternalOrCustomType(Type targetType,
JsonValue value,
ConnectorTracker connectorTracker) |
static Object |
JsonCodec.decodeInternalType(Type targetType,
boolean restrictToInternalTypes,
JsonValue encodedJsonValue,
ConnectorTracker connectorTracker)
Decodes a value that is of an internal type.
|
static EncodeResult |
JsonCodec.encode(Object value,
JsonValue diffState,
Type valueType,
ConnectorTracker connectorTracker) |
Modifier and Type | Method and Description |
---|---|
T |
JSONSerializer.deserialize(Type type,
JsonValue jsonValue,
ConnectorTracker connectorTracker)
Creates and deserializes an object received from the client.
|
Date |
DateSerializer.deserialize(Type type,
JsonValue jsonValue,
ConnectorTracker connectorTracker) |
JsonValue |
DateSerializer.serialize(Date value,
ConnectorTracker connectorTracker) |
JsonValue |
JSONSerializer.serialize(T value,
ConnectorTracker connectorTracker)
Serialize the given object into JSON.
|
Modifier and Type | Method and Description |
---|---|
ConnectorTracker |
UI.getConnectorTracker() |
Copyright © 2019 Vaadin Ltd. All rights reserved.