<PackageReference Include="Relativity.OutsideIn" Version="2021.10.2" />

ParseContext

public struct ParseContext
public bool ReadBool()

public double ReadDouble()

public int ReadEnum()

public uint ReadFixed32()

public ulong ReadFixed64()

public float ReadFloat()

public void ReadGroup(IMessage message)

public int ReadInt32()

public long ReadInt64()

public int ReadLength()

public void ReadMessage(IMessage message)

public int ReadSFixed32()

public long ReadSFixed64()

public int ReadSInt32()

public long ReadSInt64()

public string ReadString()

public uint ReadTag()

public uint ReadUInt32()

public ulong ReadUInt64()