[MS]Serialize and Deserialize a string
There are multiple api's for serializing and de-serializing strings while communicating from one process to another.Json is one of the most famous.Write your own api which will serialize a list of string and deserialize the list into individual string.
Comments
Post a Comment