[This is preliminary documentation and is subject to change.]
The NaiadSerializationTElement generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
Serialize |
Attempts to serialize the given element into the given destination buffer.
| |
TryDeserialize |
Attempts to deserialize an element from the given source buffer.
| |
TryDeserializeMany |
Attempts to deserialize several elements from the given source buffer into the given contiguous
array segment.
| |
TrySerializeMany |
Attempts to serialize the given contiguous array segment of elements into the given destination buffer.
|
See Also