7 references to ReadProperties
rzc (7)
Json\JsonDataReader.cs (7)
329
public T ReadObject<T>(
ReadProperties
<T> readProperties)
340
public T ReadObject<T>(string propertyName,
ReadProperties
<T> readProperties)
348
public T ReadObjectOrDefault<T>(string propertyName,
ReadProperties
<T> readProperties, T defaultValue)
351
public T? ReadObjectOrNull<T>(string propertyName,
ReadProperties
<T> readProperties)
355
public T ReadNonNullObject<T>(
ReadProperties
<T> readProperties)
364
public T ReadNonNullObject<T>(string propertyName,
ReadProperties
<T> readProperties)
371
public T ReadNonNullObjectOrDefault<T>(string propertyName,
ReadProperties
<T> readProperties, T defaultValue)