velcrome / vvvv-Message

The Message Nodes
12 stars 8 forks source link

AsRaw (Message.Raw) doesn't serialize nested messages #12

Closed microdee closed 8 years ago

microdee commented 8 years ago

The proprietary serializer simply ignores data from nested messages (in other words it isn't recursive). Is there any practical reason for that?

velcrome commented 8 years ago

no, except practical effort not spent here.

it is unlikely that i will add it now, since i consider the proprietary serializer as obselete with the more widespread, much more compact and equally performant MsgPack vvvv implementation.

microdee commented 8 years ago

Oh that's a pretty nice stuff! If it stores numbers as binary and not human readable I'm absolutely into it!

velcrome commented 8 years ago

that it is, unless you know the schema and are really really into hex.