Software Alternatives & Reviews

Marshaling objects in modern Java

Protobuf Apache Avro
  1. Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.
    Pricing:
    • Open Source
    If binary format is OK, use Protocol Buffer or Avro . Note that in the case of binary formats, you need a schema to serialize/de-serialize your data. Therefore, you'd probably want a schema registry to store all past and present schemas for later usage.

    #Configuration Management #Software Development #Mobile Apps 82 social mentions

  2. Apache Avro is a comprehensive data serialization system and acting as a source of data exchanger service for Apache Hadoop.
    Pricing:
    • Open Source
    If binary format is OK, use Protocol Buffer or Avro . Note that in the case of binary formats, you need a schema to serialize/de-serialize your data. Therefore, you'd probably want a schema registry to store all past and present schemas for later usage.

    #Development #OS & Utilities #Tool 12 social mentions

Discuss: Marshaling objects in modern Java

Log in or Post with