Submitted Questions

  • What is the difference between serialization and encoding?

    Vasyliy Zvarydchuk

    • Sep 5th, 2015

    Encoding is a process of representation some information is optimal format for storing or transmission data. And serialization is representation some object or objects for transmission data between so...

    Hardev Gangwar

    • Jun 3rd, 2015

    1- All three transform data into another format. 2- Both encoding and encryption are reversible. 3- encoding use Algorithm to encode and de-code the data. 4- encryption use Algorithm and key to encryp...