How to retrieve data from parse?

What is the good approach to parse invalid serialized data?

  • Suppose there is an issue with the content length or data-type mentioned in the serialized data; then how do we parse and fixed that data?

  • Answer:

    You don't.  It's not up to the receiver to fix the problem data - it's up to the sender.  Get the sender to send valid serialized data. The receiver should recognize that the data was wrong, and punt on it, nothing more.  Trying to correct it is fraught with problems.

Paul Reiber at Quora Visit the source

Was this solution helpful to you?

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.