Post
Topic
Board Announcements (Altcoins)
Re: NXT :: descendant of Bitcoin - Updated Information
by
Come-from-Beyond
on 02/02/2014, 19:16:12 UTC
Instead encode strings and arbitrary buffers using a format similar to the storage of Pascal strings: a size integer, which uses the variable-length scheme above, followed by a string of bytes.  This would allow strings/buffers of any length.

Variable length types in Nxt binary format use Pascal approach.