1. 29 Apr, 2016 8 commits
  2. 27 Apr, 2016 2 commits
  3. 26 Apr, 2016 1 commit
  4. 25 Apr, 2016 1 commit
  5. 22 Apr, 2016 10 commits
  6. 21 Apr, 2016 4 commits
  7. 19 Apr, 2016 13 commits
  8. 18 Apr, 2016 1 commit
    • Matthias Vallentin's avatar
      Make (de)serializer streambuffer based · 024f037a
      Matthias Vallentin authored
      First, this change moves the context to the parameter to the end in
      order to make it optional. The context is only necessary when
      serializing messages. Since CAF's serialization framework also serves
      also other application's need, this CAF-specific detail now no longer
      constitutes a mandatory part of the API.
      
      Second, this change switches the binary (de)serializer to a streambuffer
      based API. This enables much more flexible forms of interfacing, e.g.,
      by serializing into/from a file, socket, and more.
      024f037a