Why doesn't the library Orange
support a binary serialization backend in addition to its XML? Is it because D currently cannot access/reflect on its binary representation or is it just not prioritized yet? If possible what D language features and/or Phobos
modules should I use to realize a binary serialization backend for Orange
?
For D2 I guess it should be straightforward considering we have std.binmanip
right?