Skip to content

AndreyAnt/CodingStrategy

Repository files navigation

CodingStrategy

A description of this package.

Usage: @CustomCoded var property: GenericType

where SomeGenericStrategy conforms to CodingStrategy { associatedtype InputType: Codable associatedtype OutputType: Codable

static func decode(_ value: InputType) throws -> GenericType
static func encode(_ date: GenericType) -> InputType

}

Installation through SPM: https://github.com/AndreyAnt/CodingStrategy.git

About

Coding Strategy Repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages