• Jon Skeet's avatar
    Remove support for Serializable. · f651f73a
    Jon Skeet authored
    This could potentially be added back in later, but its use is limited and it's a pain in terms of support in PCL environments.
    One use that has been highlighted is passing objects between AppDomains; we'd recommend passing a byte array explicitly and reparsing on the other side.
    f651f73a
ProtocolBuffers.Test.csproj 8.44 KB