[This is preliminary documentation and is subject to change.]
Serializer implementations for primitive types.
Inheritance Hierarchy
Microsoft.Research.Naiad.Serialization.Serializers
Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public static class Serializers
Methods
Name | Description | |
---|---|---|
![]() ![]() | Serialize(SubArray<Byte>, Boolean) |
Attempts to serialize the given value to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>, Byte) |
Attempts to serialize the given value to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>,Byte[]) |
Attempts to serialize the given array to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>, Double) |
Attempts to serialize the given value to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>, Int16) |
Attempts to serialize the given value to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>, Int32) |
Attempts to serialize the given value to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>,Int32[]) |
Attempts to serialize the given array to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>, Int64) |
Attempts to serialize the given value to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>, Single) |
Attempts to serialize the given value to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>,Single[]) |
Attempts to serialize the given array to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>, String) |
Attempts to serialize the given string to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>, UInt32) |
Attempts to serialize the given value to the given target buffer.
|
![]() ![]() | Serialize(SubArray<Byte>, UInt64) |
Attempts to serialize the given value to the given target buffer.
|
See Also