topology-foundation / ts-topology

The official TypeScript implementation of Topology Protocol
MIT License
4 stars 1 forks source link

Add protobuf to Objects #8

Open d-roak opened 3 weeks ago

d-roak commented 3 weeks ago

Currently, the way that we serialize/deserialize objects is a mess. We want to add protobufs to fix this and add interoperability with other clients (e.g. topology-rs)

Resources