GsonAdapterFactory

public final class GsonAdapterFactory implements EventConvertor.Factory

Constructors

Link copied to clipboard
public GsonAdapterFactory GsonAdapterFactory()
Link copied to clipboard
public GsonAdapterFactory GsonAdapterFactory(Gson gson)

Functions

Link copied to clipboard
public EventConvertor<String, ?> fromEvent(    Type type,     Array<Annotation> annotations,     Moon moon)
Link copied to clipboard
public EventConvertor<Object, String> toEvent(    Type type,     Array<Annotation> parameterAnnotations,     Array<Annotation> methodAnnotations,     Moon moon)