Google.Protobuf.MessageParser
A general message parser, typically used by reflection-based code as all the methods
return simple IMessage.
Parses a length-delimited message from the given stream.
Parses a message from a byte array.
Parses a message from a byte array slice.
Parses a message from the given byte string.
Parses a message from the given stream.
Parses a message from the given sequence.
Parses a message from the given span.
Parses a message from the given coded input stream.
Parses a message from the given JSON.
Creates a new message parser which optionally discards unknown fields when parsing.
Creates a new message parser which registers extensions from the specified registry upon creating the message instance