| Did you know ... | Search Documentation: |
| Title for pldoc(object(section(3,'1.2',swi('/doc/packages/protobufs.html')))) |
There are two ways you can use protobufs in Prolog: with a compiled ".proto" file and protobuf_parse_from_codes/3 and protobuf_serialize_to_codes/3; or with a lower-level interface protobuf_message/2, which allows you to define your own domain-specific language for parsing and serliazing protobufs.