search results

  1. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/questions/13660267/​erlang-serialization - Cached
  2. As @Alexey Romanov said, try term_to_binary and binary_to_term. If you are talking between Erlang nodes, you don\'t even need this, because the Erlang runtime can do ...
    stackoverflow.com/questions/7817213/​erlang-serialization... - Cached
  3. 1. Overview. Piqi includes a data serialization system for Erlang. It can be used for serializing Erlang values in 4 different formats: Google Protocol Buffers, JSON ...
    piqi.org/doc/erlang - Cached
  4. Implementation Status. Both Serializer/RPC are in alpha version. MessagePack-Erlang is currently in single-file distribution (because there\'s no good distribution ...
    wiki.msgpack.org/display/MSGPACK/​QuickStart+for+Erlang - Cached
  5. Adobe PDF
    Initial Erlang serialization benchmarks Read rate Write rate Protobuf JSON XML 25000 50000 4500 4500 (pretty-printed) 3000 5500
    www.erlang-factory.com/upload/​presentations/349/anton...
  6. > > > Piqi is a cross-language data serialization system compatible with Google ... > > > Erlang support highlights > ===== > > - Generated Erlang ...
    erlang.org/pipermail/erlang-questions/​2010-September/... - Cached
  7. BERT (Binary ERlang Term) is a flexible binary data interchange format based on (and compatible with) Erlang\'s binary serialization format (as used by erlang: ...
    bert-rpc.org - Cached
  8. The output of the implementation function is serialized to Protocol Buffers format using Erlang serialization code, generated from Piqi interface definition ...
    piqi.org/doc/piqi-rpc - Cached
  9. Ulf Wiger wrote: > > A while ago I started hacking on a serialization format that > would have the same sorting properties as Erlang terms.
    www.trapexit.org/forum/​viewtopic.php?p=50386 - Cached
  10. Erlang. It changes given data into the binary and it outputs it in the file. ... { // Serialize to a file ObjectOutput out = new ObjectOutputStream (new ...
    www.codecodex.com/wiki/Serializing_an_​object - Cached