C# Class Swagger.ObjectModel.SwaggerModel.SwaggerSerializerStrategy

Inheritance: PocoJsonSerializerStrategy
Datei anzeigen Open project: khellang/Nancy.Swagger

Protected Methods

Method Description
SerializeEnum ( Enum @enum ) : object
TrySerializeUnknownTypes ( object input, object &output ) : bool

Private Methods

Method 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 method

protected SerializeEnum ( Enum @enum ) : object
@enum System.Enum
return object

TrySerializeUnknownTypes() protected method

protected TrySerializeUnknownTypes ( object input, object &output ) : bool
input object
output object
return bool