How can I serialize a picture with Jason-serializer?
I have a class that one property of this class is picture and for WCF Serilization I need to serialize this object with jason serializer, but it is not possible to do that.
How can I serialize a picture with Jason-serializer? I have a class that one
Share
Json.NET serializes byte arrays as base64 encoded text.