Show / Hide Table of Contents

Interface ISpanSerializable

Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
public interface ISpanSerializable

Properties

MaxSize

Declaration
int MaxSize { get; }
Property Value
Type Description
int

Methods

Deserialize(ref SpanReader)

Declaration
void Deserialize(ref SpanReader reader)
Parameters
Type Name Description
SpanReader reader

Serialize(ref SpanWriter)

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