protected void SerializeItem (Networking.NetworkWriter writer, T item);

参数

writer要向其写入数据的流。
item要写入的项。

描述

此方法用于将值对象从 SyncList 写入流。