C# Class XSerializer.CustomJsonSerializer.NonDefaultConstructorObjectFactory

Inheritance: IObjectFactory
Afficher le fichier Open project: QuickenLoans/XSerializer

Méthodes publiques

Méthode Description
GetInstance ( ) : object
NonDefaultConstructorObjectFactory ( SerializableJsonProperty>.Dictionary serializablePropertiesMap, object>.Func createInstance, int>.Func getSerializerAndArgIndex, int argumentsLength ) : System
SetValue ( JsonReader reader, string propertyName, IJsonSerializeOperationInfo info, string path ) : bool

Method Details

GetInstance() public méthode

public GetInstance ( ) : object
Résultat object

NonDefaultConstructorObjectFactory() public méthode

public NonDefaultConstructorObjectFactory ( SerializableJsonProperty>.Dictionary serializablePropertiesMap, object>.Func createInstance, int>.Func getSerializerAndArgIndex, int argumentsLength ) : System
serializablePropertiesMap SerializableJsonProperty>.Dictionary
createInstance object>.Func
getSerializerAndArgIndex int>.Func
argumentsLength int
Résultat System

SetValue() public méthode

public SetValue ( JsonReader reader, string propertyName, IJsonSerializeOperationInfo info, string path ) : bool
reader JsonReader
propertyName string
info IJsonSerializeOperationInfo
path string
Résultat bool