C# Class Swagger.ObjectModel.SwaggerModel.SwaggerSerializerStrategy

Inheritance: PocoJsonSerializerStrategy
Afficher le fichier Open project: khellang/Nancy.Swagger

Méthodes protégées

Méthode Description
SerializeEnum ( Enum @enum ) : object
TrySerializeUnknownTypes ( object input, object &output ) : bool

Private Methods

Méthode Description
GetMemberName ( MemberInfo member ) : string
GetPropertyKeyValuePair ( PropertyInfo x ) : ReflectionUtils.SetDelegate>.KeyValuePair
GetterValueFactory ( Type type ) : ReflectionUtils.GetDelegate>.IDictionary
SetterValueFactory ( Type type ) : IDictionary>
ToObject ( IDictionary source ) : dynamic

Method Details

SerializeEnum() protected méthode

protected SerializeEnum ( Enum @enum ) : object
@enum System.Enum
Résultat object

TrySerializeUnknownTypes() protected méthode

protected TrySerializeUnknownTypes ( object input, object &output ) : bool
input object
output object
Résultat bool