Searched refs:ReflectionUtils (Results 1 – 1 of 1) sorted by relevance
1546 …if(!string.IsNullOrEmpty(str) && (type == typeof(DateTime) || (ReflectionUtils.IsNullableType(type… in DeserializeObject()1581 if(ReflectionUtils.IsTypeDictionary(type)) in DeserializeObject()1639 …if(ReflectionUtils.IsTypeGenericeCollectionInterface(type) || typeof(IList).IsAssignableFrom(type)) in DeserializeObject()1657 if(ReflectionUtils.IsNullableType(type)) in DeserializeObject()1659 return ReflectionUtils.ToNullableType(obj, type); in DeserializeObject()1735 internal class ReflectionUtils class