// // 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(keyedBy type: Key.Type) throws -> KeyedDecodingContainer where Key : CodingKey { // <#code#> // } // // func unkeyedContainer() throws -> UnkeyedDecodingContainer { // <#code#> // } // // func singleValueContainer() throws -> SingleValueDecodingContainer { // <#code#> // } // // //}