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