This version of Unity is unsupported.
Method group is Obsolete

SyncList<T0>.SerializeItem

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

protected void SerializeItem(NetworkWriter writer, T item);

Parameters

writer Stream to write to.
item Item to write.

Description

This is used to write a value object from a SyncList to a stream.