C# Class Kiwi.Json.Conversion.TypeWriters.TypeWriterRegistry

Inheritance: ICustomizableTypeWriterRegistry
Afficher le fichier Open project: jlarsson/Kiwi.Json

Méthodes publiques

Méthode Description
GetTypeWriterForType ( Type type ) : ITypeWriter
GetTypeWriterForValue ( object value ) : ITypeWriter
RegisterConverters ( IJsonConverter converters ) : void

Private Methods

Méthode Description
CreateTypeSerializerForType ( Type type ) : ITypeWriter

Method Details

GetTypeWriterForType() public méthode

public GetTypeWriterForType ( Type type ) : ITypeWriter
type System.Type
Résultat ITypeWriter

GetTypeWriterForValue() public méthode

public GetTypeWriterForValue ( object value ) : ITypeWriter
value object
Résultat ITypeWriter

RegisterConverters() public méthode

public RegisterConverters ( IJsonConverter converters ) : void
converters IJsonConverter
Résultat void