gh-Dev1an-MsgPack/MsgPack/DecoderHelper.swift
2017-07-31 13:33:36 +02:00

30 lines
591 B
Swift

//
// Decoder.swift
// MsgPack
//
// Created by Damiaan on 29/07/17.
// Copyright © 2017 dPro. All rights reserved.
//
import Foundation
//class MessagePackDecoder: Decoder {
// var codingPath = [CodingKey?]()
//
// var userInfo = [CodingUserInfoKey : Any]()
//
// func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey {
// <#code#>
// }
//
// func unkeyedContainer() throws -> UnkeyedDecodingContainer {
// <#code#>
// }
//
// func singleValueContainer() throws -> SingleValueDecodingContainer {
// <#code#>
// }
//
//
//}