PackerUnpackerExtensions Methods |
Name | Description | |
---|---|---|
![]() ![]() | PackT(Packer, IEnumerableT) |
Packs specified collection with the default context.
|
![]() ![]() | PackT(Packer, T) |
Packs specified value with the default context.
|
![]() ![]() | PackT(Packer, IEnumerableT, SerializationContext) |
Packs specified value with the specified context.
|
![]() ![]() | PackT(Packer, T, SerializationContext) |
Packs specified value with the specified context.
|
![]() ![]() | PackArrayT(Packer, IEnumerableT) |
Packs specified collection with the default context.
|
![]() ![]() | PackArrayT(Packer, IEnumerableT, SerializationContext) |
Packs specified collection with the specified context.
|
![]() ![]() | PackCollectionT(Packer, IEnumerableT) |
Packs specified collection with the default context.
|
![]() ![]() | PackCollectionT(Packer, IEnumerableT, SerializationContext) |
Packs specified collection with the specified context.
|
![]() ![]() | PackDictionaryTKey, TValue(Packer, IDictionaryTKey, TValue) |
Packs specified dictionary with the default context.
|
![]() ![]() | PackDictionaryTKey, TValue(Packer, IDictionaryTKey, TValue, SerializationContext) |
Packs specified dictionary with the specified context.
|
![]() ![]() | PackMapTKey, TValue(Packer, IDictionaryTKey, TValue) |
Packs specified dictionary with the default context.
|
![]() ![]() | PackMapTKey, TValue(Packer, IDictionaryTKey, TValue, SerializationContext) |
Packs specified dictionary with the specified context.
|
![]() ![]() | PackObject(Packer, Object) |
Packs specified value with the default context.
|
![]() ![]() | PackObject(Packer, Object, SerializationContext) |
Packs specified value with the specified context.
|
![]() ![]() | UnpackT(Unpacker) |
Unpacks specified type value with the default context.
|
![]() ![]() | UnpackT(Unpacker, SerializationContext) |
Unpacks specified type value with the specified context.
|