dxos / codec-protobuf

GNU Affero General Public License v3.0
2 stars 2 forks source link

Added typeurl from the root. #6

Closed tinchoz49 closed 4 years ago

tinchoz49 commented 4 years ago

With this PR we removed the limitation of having always a root type url.

Instead we go back to the old approach of having a Any type encapsulating our messages but we keep the __typeurl concept + the recursive decoded.

Also I changed the prop __type_url in favor of a more javascript friendly prop: __typeurl

Related: #4