ISerializable Interface

Interface ISerializable defines a generic interface for packing and unpacking a stream of bytes. Subclasses implementing this interface will be able to orderly read and write primitive types from the processor to assemble needed information to reconstruct an instance of data it exchange.

Definition

Namespace: Alteruna.Multiplayer.Core
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
public interface ISerializable

Methods

See Also