c# - Replace serializationinfo in windows phone -
I have to get information about the serialized object, generally I will use the SerializationInfo
That square is missing in WP7.5
.
Which class can you recommend me?
How are you sorting your object? Since a while I've touched the WP side, but you / you just can not apply a ToBytes () / FromBytes () on your object and manually write / read the fragments of your object, probably w / a BinaryReader?
Comments
Post a Comment