Click or drag to resize
UnpackHelpersUnpackCollectionTo Method
Overload List
  NameDescription
Public methodStatic memberUnpackCollectionTo(Unpacker, IEnumerable, ActionObject) Obsolete.
Unpacks the collection with the specified method as colletion of MessagePackObject.
Public methodStatic memberUnpackCollectionToTDiscarded(Unpacker, IEnumerable, FuncObject, TDiscarded) Obsolete.
Unpacks the collection with the specified method as colletion of MessagePackObject.
Public methodStatic memberUnpackCollectionToT(Unpacker, MessagePackSerializerT, IEnumerableT, ActionT) Obsolete.
Unpacks the dictionary with the specified method as colletion of MessagePackObject.
Public methodStatic memberUnpackCollectionToT, TDiscarded(Unpacker, MessagePackSerializerT, IEnumerableT, FuncT, TDiscarded) Obsolete.
Unpacks the dictionary with the specified method as colletion of MessagePackObject.
Top
See Also