EmbeddedMessage..::..AddSerializables<(Of <(<'T>)>)> Method
Adds an array of serializables to the message.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public EmbeddedMessage AddSerializables<T>( T[] array, bool includeLength ) where T : IEmbeddedMessageSerializable
Type Parameters
- T
Parameters
- array
- Type: array<T>[]()[][]
The array to add.
- includeLength
- Type: Boolean
Whether or not to include the length of the array in the message.