Method ToSerialized
ToSerialized()
Copies the bytes that represent the serialized ARCollaborationData to a SerializedARCollaborationData. A common use case would be to send these bytes to another device over a network.
Declaration
public SerializedARCollaborationData ToSerialized()
Returns
| Type | Description |
|---|---|
| SerializedARCollaborationData | A container that represents the serialized bytes of this ARCollaborationData. |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Thrown if valid is false. |