Show / Hide Table of Contents

Interface INetSerializable

Namespace: LiteNetLib.Utils
Assembly: LiteNetLib.dll
Syntax
public interface INetSerializable

Methods

Deserialize(NetDataReader)

Declaration
void Deserialize(NetDataReader reader)
Parameters
Type Name Description
NetDataReader reader

Serialize(NetDataWriter)

Declaration
void Serialize(NetDataWriter writer)
Parameters
Type Name Description
NetDataWriter writer
In this article
Back to top Generated by DocFX