Click or drag to resize
PackerUnpackerExtensions Methods
Methods
  NameDescription
Public methodStatic memberPackT(Packer, IEnumerableT)
Packs specified collection with the default context.
Public methodStatic memberPackT(Packer, T)
Packs specified value with the default context.
Public methodStatic memberPackT(Packer, IEnumerableT, SerializationContext)
Packs specified value with the specified context.
Public methodStatic memberPackT(Packer, T, SerializationContext)
Packs specified value with the specified context.
Public methodStatic memberPackArrayT(Packer, IEnumerableT)
Packs specified collection with the default context.
Public methodStatic memberPackArrayT(Packer, IEnumerableT, SerializationContext)
Packs specified collection with the specified context.
Public methodStatic memberPackCollectionT(Packer, IEnumerableT)
Packs specified collection with the default context.
Public methodStatic memberPackCollectionT(Packer, IEnumerableT, SerializationContext)
Packs specified collection with the specified context.
Public methodStatic memberPackDictionaryTKey, TValue(Packer, IDictionaryTKey, TValue)
Packs specified dictionary with the default context.
Public methodStatic memberPackDictionaryTKey, TValue(Packer, IDictionaryTKey, TValue, SerializationContext)
Packs specified dictionary with the specified context.
Public methodStatic memberPackMapTKey, TValue(Packer, IDictionaryTKey, TValue)
Packs specified dictionary with the default context.
Public methodStatic memberPackMapTKey, TValue(Packer, IDictionaryTKey, TValue, SerializationContext)
Packs specified dictionary with the specified context.
Public methodStatic memberPackObject(Packer, Object)
Packs specified value with the default context.
Public methodStatic memberPackObject(Packer, Object, SerializationContext)
Packs specified value with the specified context.
Public methodStatic memberUnpackT(Unpacker)
Unpacks specified type value with the default context.
Public methodStatic memberUnpackT(Unpacker, SerializationContext)
Unpacks specified type value with the specified context.
Top
See Also