Uses of Interface
com.azure.json.JsonSerializable
-
Uses of JsonSerializable in com.azure.json
Classes in com.azure.json with type parameters of type JsonSerializableModifier and TypeInterfaceDescriptioninterfaceJsonSerializable<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 JsonWriterJsonWriter.writeJson(JsonSerializable<?> value) Writes aJsonSerializableobject.final JsonWriterJsonWriter.writeJsonField(String fieldName, JsonSerializable<?> value) Writes aJsonSerializablefield.