Interface Parser<MessageType>

All Known Implementing Classes:
AbstractParser, UnknownFieldSet.Parser

public interface Parser<MessageType>
Abstract interface for parsing Protocol Messages. The implementation should be stateless and thread-safe.
Author:
liujisi@google.com (Pherl Liu)