SerializationJsonDeserializeObjectHandlingTypeNamesT Method
Deserialize a JSON string into the indicated object type, using the type names saved in the serialization.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static T JsonDeserializeObjectHandlingTypeNames<T>(
string value
)
Public Shared Function JsonDeserializeObjectHandlingTypeNames(Of T) (
value As String
) As T
- value String
- JSON string to deserialize.
- T
- Object type.
TObject with the result of deserialization.