Table of Contents

Struct ComponentPayload.Reader

Namespace
GrindFest
Assembly
GrindFest.dll

The reading half of ComponentPayload.Writer: TryRead returning false means this component has no payload in this save (or none that is readable), which callers treat as "nothing to restore".

public readonly struct ComponentPayload.Reader
Inherited Members

Constructors

Reader(Dictionary<string, byte[]>, string)

Methods

TryRead<T>(out T)
TryRead<T>(out T, out byte)

Same, and also reports the version the payload was written with.