NAME

Protobuf - High-performance Google Protocol Buffers implementation

VERSION

version 0.09

SYNOPSIS

use Protobuf;

# Load descriptors (typically done by generated code)
my $pool = Protobuf::DescriptorPool->generated_pool;

# Example: Create a new message (assuming My::Message is generated)
# my $msg = My::Message->new({ name => 'foo', value => 123 });

# Serialize
# my $binary = $msg->serialize;

# Parse
# my $decoded = My::Message->parse($binary);

DESCRIPTION

This module provides a Perl interface to Google Protocol Buffers, leveraging the high-performance C library upb. The implementation aims for speed, efficiency, and close alignment with the features and behaviors of the official Python UPB-based extension.

SEE ALSO

Protobuf::Message, Protobuf::DescriptorPool, Protobuf::Arena

AUTHOR

C.J. Collier <cjac@google.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Google LLC.

This is free software; you can redistribute it and/or modify it under the terms of the BSD 3-Clause License.

NAME

Protobuf - Fast Protocol Buffers implementation for Perl using upb

SYNOPSIS

use Protobuf;

DESCRIPTION

Protobuf provides high-performance Protocol Buffers serialization and deserialization for Perl using the Google upb C library.

SUPPORT AND BUG TRACKING

Please report any bugs or feature requests to the CPAN Bug Tracker at:

https://rt.cpan.org/Dist/Display.html?Queue=Protobuf

Or via email to bug-Protobuf@rt.cpan.org.

You can also visit the GitHub repository at:

https://github.com/GoogleCloudDataproc/google-auth-library-perl

AUTHOR

C.J. Collier <cjac@colliertech.org>

LICENSE AND COPYRIGHT

Copyright 2026 Google LLC. Apache License, Version 2.0.