Index

B C D G S 
All Classes and Interfaces|All Packages

B

build() - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializerBuilder
Constructs a new instance of GsonJsonSerializer with 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 JsonReader wrapping a GSON JsonReader.
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 JsonWriter wrapping a GSON JsonWriter.
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 TypeAdapterFactory that allows for com.azure.json implementations to handle deserialization and serialization of JsonSerializable types 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 JsonSerializer and MemberNameConverter interfaces.
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 Gson that will be used during serialization.
serializeToBytesAsync(Object) - Method in class com.azure.core.serializer.json.gson.GsonJsonSerializer
 
B C D G S 
All Classes and Interfaces|All Packages