Method |
Description |
|
ClearReflectionCache ( ) : void |
|
|
CreateCustom ( string v, Type type ) : object |
|
|
CreateGetField ( Type type, FieldInfo fieldInfo ) : GenericGetter |
|
|
CreateGetMethod ( Type type, PropertyInfo propertyInfo ) : GenericGetter |
|
|
CreateSetField ( Type type, FieldInfo fieldInfo ) : GenericSetter |
|
|
CreateSetMethod ( Type type, PropertyInfo propertyInfo ) : GenericSetter |
|
|
FastCreateInstance ( Type objtype ) : object |
|
|
GetChangeType ( Type conversionType ) : Type |
|
|
GetGetters ( Type type, bool ShowReadOnlyProperties, List IgnoreAttributes ) : Arango.fastJSON.Getters[] |
|
|
GetTypeAssemblyName ( Type t ) : string |
|
|
GetTypeFromCache ( string typename ) : Type |
|
|
IsTypeRegistered ( Type t ) : bool |
|
|
Reflection ( ) : System.Data |
|
|
RegisterCustomType ( Type type, Serialize serializer, Deserialize deserializer ) : void |
|
|
ResetPropertyCache ( ) : void |
|
|