Is this project able to handle Nullables too? If so can you please confirm? For example : If a rest response includes the following information decimal ? decimalValue; double? doubleValue; float? floatValue; Can this handle? As I see its using Unity's default deserialisation so wondering if you found a solution for it.