Google.Protobuf.MessageParser<T>
A parser for a specific message type.
Creates a new parser.
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