List of usage examples for com.vaadin.client.metadata Type Type
public Type(Class<?> clazz)
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); }