Extensions

The following extensions are available globally.

  • Deserializer for Bool.

    See more

    Declaration

    Swift

    struct Bool
  • Deserializer for UInt.

    See more

    Declaration

    Swift

    struct UInt : UnsignedInteger, Comparable, Equatable
  • Deserializer for UInt8.

    See more

    Declaration

    Swift

    struct UInt8 : UnsignedInteger, Comparable, Equatable
  • Deserializer for UInt16.

    See more

    Declaration

    Swift

    struct UInt16 : UnsignedInteger, Comparable, Equatable
  • Deserializer for UInt32.

    See more

    Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Deserializer for UInt64.

    See more

    Declaration

    Swift

    struct UInt64 : UnsignedInteger, Comparable, Equatable
  • Deserializer for String.

    See more

    Declaration

    Swift

    struct String
  • Int

    Deserializer for Int.

    See more

    Declaration

    Swift

    struct Int : SignedInteger, Comparable, Equatable
  • Deserializer for Int8.

    See more

    Declaration

    Swift

    struct Int8 : SignedInteger, Comparable, Equatable
  • Deserializer for Int16.

    See more

    Declaration

    Swift

    struct Int16 : SignedInteger, Comparable, Equatable
  • Deserializer for Int32.

    See more

    Declaration

    Swift

    struct Int32 : SignedInteger, Comparable, Equatable
  • Deserializer for Int64.

    See more

    Declaration

    Swift

    struct Int64 : SignedInteger, Comparable, Equatable
  • URL

    Deserializer for URL.

    See more

    Declaration

    Swift

    struct URL : ReferenceConvertible, Equatable
  • Deserializer for Float32 (aka. Float).

    See more

    Declaration

    Swift

    typealias Float32 = Float
  • Deserializer for Float64 (aka. Double).

    See more

    Declaration

    Swift

    typealias Float64 = Double