IAdaptiveSerializable 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 IAdaptiveSerializable

Methods

Serialize Serialize data to a stream.
Unserialize Unserialize data from a stream.

See Also