Example usage for com.google.gson TypeAdapter subclass-usage

List of usage examples for com.google.gson TypeAdapter subclass-usage

Introduction

In this page you can find the example usage for com.google.gson TypeAdapter subclass-usage.

Usage

From source file org.komodo.rest.relational.json.datasource.DSSPropertySerializer.java

/**
 * A GSON serializer/deserializer for {@status DataSourceSchemaProperty}.
 */
public class DSSPropertySerializer extends TypeAdapter<DataSourceSchemaProperty> {

    @Override

From source file org.komodo.rest.relational.json.datasource.DSSSerializer.java

/**
 * A GSON serializer/deserializer for {@status DataSourceSchema}.
 */
public class DSSSerializer extends TypeAdapter<DataSourceSchema> {

    @Override

From source file org.komodo.rest.relational.json.DataSourceJdbcTableAttributesSerializer.java

/**
 * A GSON serializer/deserializer for {@status KomodoDataSourceJdbcTableAttribute}s.
 */
public final class DataSourceJdbcTableAttributesSerializer
        extends TypeAdapter<KomodoDataSourceJdbcTableAttributes> {

From source file org.komodo.rest.relational.json.ImportExportStatusSerializer.java

/**
 * A GSON serializer/deserializer for {@status ImportExportStatus}s.
 */
public final class ImportExportStatusSerializer extends TypeAdapter<ImportExportStatus> {

    /**

From source file org.komodo.rest.relational.json.PathAttributeSerializer.java

/**
 * A GSON serializer/deserializer for {@status KomodoArtifactPathAttribute}.
 */
public class PathAttributeSerializer<T extends KomodoPathAttribute> extends TypeAdapter<T> {

    @SuppressWarnings("unchecked")

From source file org.komodo.rest.relational.json.QueryAttributeSerializer.java

/**
 * A GSON serializer/deserializer for {@status KomodoArtifactPathAttribute}.
 */
public class QueryAttributeSerializer extends TypeAdapter<KomodoQueryAttribute> {

    /**

From source file org.komodo.rest.relational.json.QueryColumnSerializer.java

/**
 * A GSON serializer/deserializer for {@status RestQueryColumn}s.
 */
public class QueryColumnSerializer extends TypeAdapter<RestQueryColumn> {

    /**

From source file org.komodo.rest.relational.json.QueryResultSerializer.java

/**
 * A GSON serializer/deserializer for {@status RestQueryResult}.
 */
public class QueryResultSerializer extends TypeAdapter<RestQueryResult> {

    @Override

From source file org.komodo.rest.relational.json.QueryRowSerializer.java

/**
 * A GSON serializer/deserializer for {@status RestQueryRow}s.
 */
public class QueryRowSerializer extends TypeAdapter<RestQueryRow> {

    /**

From source file org.komodo.rest.relational.json.SavedSearcherSerializer.java

/**
 * A GSON serializer/deserializer for {@status KomodoSearchObject}s.
 */
public final class SavedSearcherSerializer extends TypeAdapter<KomodoSavedSearcher> {

    /**