Why string identifiers (rather than UUID)?

Hi Allard,

If it weren’t for all the xml and json serializations, I would say byte[] is a better match for your goals then String.

Requirements:

  • sorting, check (even better then String as charset issues disappear)
  • hashing, check
  • represent any sane identifier, definitely check
  • serialization, check (for text based serializations less well then String, for any other serialization: better then String)

Regards,
Erik.

Op 07-11-11 21:20, Allard Buijze schreef:

There was a similar Discussion some time ago:
http://groups.google.com/group/axonframework/browse_thread/thread/d3d650d87863ce84#