IJsonWritableProxy<TValue>
Namespace: SnowBank.Data.Json · interface
Implements: IJsonWritableProxy, IJsonSerializable, IJsonPackable
Wraps a JsonValue into typed mutable 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.