IJsonData
interface IJsonData
Represents an object that contains JSON serialized data. This interface is used to
identify a JsonData<T> without needing to have the generic type information.
The assembly qualified name of the T in JsonData<T>. This name should
have any TypeForwardedFromAttribute names taken into account.
object Deserialize()
Deserializes the data stored in the JsonData. This is a convenience method
to deserialize the data when we are not dealing with a binary formatted record.