Index
All Classes and Interfaces|All Packages
B
- build() - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializerBuilder
-
Constructs a new instance of
GsonJsonSerializerwith the configurations set in this builder.
C
- com.azure.core.serializer.json.gson - package com.azure.core.serializer.json.gson
-
Package containing the types for instantiating and using the Gson JSON serializer.
- convertMemberName(Member) - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializer
- createInstance() - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializerProvider
- createReader(byte[], JsonOptions) - Method in class com.azure.core.serializer.json.gson.GsonJsonProvider
- createReader(JsonReader, JsonOptions) - Method in class com.azure.core.serializer.json.gson.GsonJsonProvider
-
Creates an instance of
JsonReaderwrapping a GSONJsonReader. - createReader(InputStream, JsonOptions) - Method in class com.azure.core.serializer.json.gson.GsonJsonProvider
- createReader(Reader, JsonOptions) - Method in class com.azure.core.serializer.json.gson.GsonJsonProvider
- createReader(String, JsonOptions) - Method in class com.azure.core.serializer.json.gson.GsonJsonProvider
- createWriter(JsonWriter) - Method in class com.azure.core.serializer.json.gson.GsonJsonProvider
-
Creates an instance of
JsonWriterwrapping a GSONJsonWriter. - createWriter(OutputStream, JsonOptions) - Method in class com.azure.core.serializer.json.gson.GsonJsonProvider
- createWriter(Writer, JsonOptions) - Method in class com.azure.core.serializer.json.gson.GsonJsonProvider
D
- deserialize(InputStream, TypeReference<T>) - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializer
- deserializeAsync(InputStream, TypeReference<T>) - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializer
G
- getJsonSerializableTypeAdapterFactory() - Static method in class com.azure.core.serializer.json.gson.GsonJsonProvider
-
Returns a GSON
TypeAdapterFactorythat allows forcom.azure.jsonimplementations to handle deserialization and serialization ofJsonSerializabletypes within a GSON context. - GsonJsonProvider - Class in com.azure.core.serializer.json.gson
-
GSON-based implementation of
JsonProvider. - GsonJsonProvider() - Constructor for class com.azure.core.serializer.json.gson.GsonJsonProvider
-
Creates an instance of
GsonJsonProvider. - GsonJsonSerializer - Class in com.azure.core.serializer.json.gson
-
GSON based implementation of the
JsonSerializerandMemberNameConverterinterfaces. - GsonJsonSerializerBuilder - Class in com.azure.core.serializer.json.gson
-
Fluent builder class that configures and instantiates instances of
GsonJsonSerializer. - GsonJsonSerializerBuilder() - Constructor for class com.azure.core.serializer.json.gson.GsonJsonSerializerBuilder
-
Creates an instance of
GsonJsonSerializerBuilder. - GsonJsonSerializerProvider - Class in com.azure.core.serializer.json.gson
-
Implementation of
JsonSerializerProvider. - GsonJsonSerializerProvider() - Constructor for class com.azure.core.serializer.json.gson.GsonJsonSerializerProvider
-
Creates an instance of
GsonJsonSerializerProvider.
S
- serialize(OutputStream, Object) - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializer
- serializeAsync(OutputStream, Object) - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializer
- serializer(Gson) - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializerBuilder
-
Sets the
Gsonthat will be used during serialization. - serializeToBytesAsync(Object) - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializer
All Classes and Interfaces|All Packages