Example usage for com.vaadin.client.metadata Type Type

List of usage examples for com.vaadin.client.metadata Type Type

Introduction

In this page you can find the example usage for com.vaadin.client.metadata Type Type.

Prototype

public Type(Class<?> clazz) 

Source Link

Usage

From source file:org.vaadin.alump.offlinebuilder.client.offline.OfflineFactory.java

License:Open Source License

protected static JSONValue encodeState(SharedState state, ApplicationConnection connection) {
    return JsonEncoder.encode(state, new Type(state.getClass()), connection);
}