issues
search
techmango-org
/
techmango
A technical blog for mango developers
0
stars
0
forks
source link
Protocol Buffers
#11
Open
sachinjain024
opened
7 years ago
sachinjain024
commented
7 years ago
Items To Cover
What are different types of serializable formats (Text, JSON, XML, Avro) ?
What is protocol buffer and how is it different than other schemas ?
In which situation we should use protocol buffers ?
Does it support schema evolution ?
Java, Scala libraries to convert your object to protocol buffers.
Mention research paper of protobuffs (If there is any)
Simple java/scala code to convert a simple object to file in .proto format and vice versa..
Items To Cover