3 references to ReadProperties
rzc (3)
Json\JsonDataReader.cs (3)
138
public T ReadNonNullObject<T>(
ReadProperties
<T> readProperties)
141
public T ReadNonNullObject<T>(string propertyName,
ReadProperties
<T> readProperties)
147
public T ReadNonNullObjectOrDefault<T>(string propertyName,
ReadProperties
<T> readProperties, T defaultValue)