Api Writer
struct

Writer

public sealed struct Writer

Context for writing binary blob data. Wraps ByteStream for allocation-free serialization.

Fields

Name Type Description
Stream ByteStream The underlying byte stream.
Assembly: Sandbox.Engine Declaring Type: BlobData Full Name: Sandbox.BlobData.Writer