Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

IntTransform

teolemon edited this page Jun 25, 2021 · 1 revision

IntTransform

public class IntTransform: TransformType 

Inheritance

TransformType

Nested Type Aliases

Object

public typealias Object = Int

JSON

public typealias JSON = String

Methods

transformFromJSON(_:)

public func transformFromJSON(_ value: Any?) -> Object? 

transformToJSON(_:)

public func transformToJSON(_ value: Object?) -> JSON?