IJsonReadOnlyProxy<TValue>
Namespace: SnowBank.Data.Json · interface
Implements: IJsonReadOnlyProxy, IJsonSerializable, IJsonPackable, IEquatable<JsonValue>, IEquatable<ObservableJsonValue>
Wraps a JsonValue into typed read-only proxy that emulates the type TValue
Remarks
This interface is a marker for "wrapper types" that replicate the same set of properties and fields as TValue, using a wrapped JsonValue as source.
Methods
ToValue
TValue ToValue()
Returns an instance of TValue with the same content as this proxy.