what is a data serialization system?

Posted by Yang on Stack Overflow See other posts from Stack Overflow or by Yang
Published on 2010-03-21T10:34:44Z Indexed on 2010/03/21 10:41 UTC
Read the original article Hit count: 310

according to Apache AVRO project, "Avro is a serialization system". By saying data serialization system, does it mean that avro is a product or api?

also, I am not quit sure about what a data serialization system is? for now, my understanding is that it is a protocol that defines how data object is passed over the network. Can anyone help explain it in an intuitive way that it is easier for people with limited distributed computing background to understand?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about distributed-computing

Related posts about hadoop