# \#protobuf

**URL:** https://discourse.julialang.org/tag/protobuf/1090.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [\[ANN\] ProtoBuf.jl 1.0.0](https://discourse.julialang.org/t/ann-protobuf-jl-1-0-0/85885)

<div class="topic-metadata">

**Author:** [@drvi](https://discourse.julialang.org/u/drvi)\
**Replies:** 19\
**Last updated:** [August 19, 2025, 1:08pm UTC](https://discourse.julialang.org/t/ann-protobuf-jl-1-0-0/85885 "2025-08-19T13:08:58Z")

</div>

ProtoBuf.jl 1.0.0 At RelationalAI, we created a new Julia package for working with the Protocol Buffers format and I’m happy to announce that this complete rewrite will soon be registered as a (very) breaking version of …

---

## [Applying SnoopPrecompile to ProtoBuf Generated Code](https://discourse.julialang.org/t/applying-snoopprecompile-to-protobuf-generated-code/97240)

<div class="topic-metadata">

**Author:** [@ThomasPluck](https://discourse.julialang.org/u/ThomasPluck)\
**Replies:** 2\
**Last updated:** [April 8, 2023, 11:17am UTC](https://discourse.julialang.org/t/applying-snoopprecompile-to-protobuf-generated-code/97240 "2023-04-08T11:17:09Z")

</div>

Hi, so I’m generating some code using .protofiles, they are the usual messages etc. - I have some building automation that I’m fairly happy with and everything works as intended: These proto files can get quite large,…

---

## [Parsing ProtoBuf Text Format](https://discourse.julialang.org/t/parsing-protobuf-text-format/84721)

<div class="topic-metadata">

**Author:** [@FireCrumb](https://discourse.julialang.org/u/FireCrumb)\
**Replies:** 3\
**Last updated:** [November 9, 2022, 8:59am UTC](https://discourse.julialang.org/t/parsing-protobuf-text-format/84721 "2022-11-09T08:59:17Z")

</div>

Hi, I’m trying to use ProtoBuf.jl to deserialize objects. Managed to generate code from .proto files Now I want to read and write objects with Protocol Buffer Text Format Language Specification. However, I could only …
