Click or drag to resize
PackerPack Method (NullableInt64)
Pack nullable Int64 value.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer Pack(
	Nullable<long> value
)

Parameters

value
Type: SystemNullableInt64
Value to serialize.

Return Value

Type: Packer
This packer instance.
See Also