Skip to main content

SwiftTypeConverter

Decorate generation of type

Assembly: ServiceStack.dll
View Source
Declaration
public class SwiftTypeConverter

Properties

Attribute

Attribute (e.g. @propertyWrapper) to decorate the property with

View Source
Declaration
public string Attribute { get; set; }

DecodeMethod

Name of KeyedDecodingContainer extension method to call to decode the property value, e.g. convertIfPresent

View Source
Declaration
public string DecodeMethod { get; set; }

EncodeMethod

Name of KeyedDecodingContainer extension method to call to decode the property value, e.g. encode

View Source
Declaration
public string EncodeMethod { get; set; }