com.onlineobject.objectnet Namespace
com.onlineobject.objectnet.server Namespace

EmbeddedMessage..::..GetSerializables<(Of <(<'T>)>)> Method (Int32)

Retrieves an array of serializables from the message.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public T[] GetSerializables<T>(

	int amount

)

where T : IEmbeddedMessageSerializable, IEmbeddedMessageSerializable, IEmbeddedMessageSerializable

Type Parameters

T

Parameters

amount
Type: Int32
The amount of serializables to retrieve.

Return Value

The array that was retrieved.