Interface IWritable
Defines a serializable network payload.
Namespace: SuperNet.Netcode.Util
Assembly: cs.temp.dll.dll
Syntax
public interface IWritable
  Methods
Write(Writer)
Serialize payload into the provided writer.
Declaration
void Write(Writer writer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Writer | writer | Writer to write to.  |