Interface UnknownFieldSetHandler<T>

    • Method Detail

      • getUnknownFieldSet

        UnknownFieldSet getUnknownFieldSet​(T message)
        Deprecated.
        Extract the UnknownFieldSet that was previously attached to a message during unmarshalling.
        Returns:
        the UnknownFieldSet or null
      • setUnknownFieldSet

        void setUnknownFieldSet​(T message,
                                UnknownFieldSet unknownFieldSet)
        Deprecated.
        Attach a non-empty UnknownFieldSet to a message that was newly unmarshalled.