Uses of Interface
com.azure.json.JsonSerializable
Packages that use JsonSerializable
Package
Description
The Azure JSON library provides interfaces for stream-style JSON reading and writing.
-
Uses of JsonSerializable in com.azure.json
Classes in com.azure.json with type parameters of type JsonSerializableModifier and TypeInterfaceDescriptioninterface
JsonSerializable<T extends JsonSerializable<T>>
Indicates that the implementing class can be serialized to and deserialized from JSON.Methods in com.azure.json with type parameters of type JsonSerializableModifier and TypeMethodDescriptionstatic <T extends JsonSerializable<T>>
TJsonSerializable.fromJson
(JsonReader jsonReader) Reads a JSON stream into an object.Methods in com.azure.json with parameters of type JsonSerializableModifier and TypeMethodDescriptionfinal JsonWriter
JsonWriter.writeJson
(JsonSerializable<?> value) Writes aJsonSerializable
object.final JsonWriter
JsonWriter.writeJsonField
(String fieldName, JsonSerializable<?> value) Writes aJsonSerializable
field.