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

EmbeddedMessage..::..AddSerializable<(Of <(<'T>)>)> Method

Adds a serializable to the message.

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

Syntax


public EmbeddedMessage AddSerializable<T>(

	T value

)

where T : IEmbeddedMessageSerializable

Type Parameters

T

Parameters

value
Type: T
The serializable to add.

Return Value

The message that the serializable was added to.