Method DeserializePrimaryKeysFromJson
DeserializePrimaryKeysFromJson<T>(string)
Deserializes a JSON string representation of PrimaryKeys<T> to an instance of PrimaryKeys<T>.
public static PrimaryKeys<T> DeserializePrimaryKeysFromJson<T>(string json) where T : class
Parameters
json
stringThe JSON string representation of the primary keys.
Returns
- PrimaryKeys<T>
An instance of PrimaryKeys<T>.
Type Parameters
T
The type of the entity.