ebceu4 / protobuf-csharp-port

Automatically exported from code.google.com/p/protobuf-csharp-port
0 stars 0 forks source link

Support for decorating classes [Serializable] #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As of Java 2.4.0:
  * Generated messages now implement Serializable.

Original issue reported on code.google.com by Grig...@gmail.com on 19 Aug 2011 at 3:41

GoogleCodeExporter commented 9 years ago
Note: this change does not support Silverlight.  All the work is really done in 
a single new source file:
.\src\ProtocolBuffers\CustomSerialization.cs

In order to take advantage of the serialization, users must either manually 
decorate the final class as [Serializable], or set the new csharp_file_option 
"add_serializable" to "true".

Fix pending review:
http://code.google.com/p/protobuf-csharp-port/source/list?name=issue-20

Original comment by Grig...@gmail.com on 10 Sep 2011 at 3:26

GoogleCodeExporter commented 9 years ago
Code review complete - ready for merge (which I'll leave to Roger as he's been 
doing lots of them recently and no doubt has it down to a fine art :)

Original comment by jonathan.skeet on 20 Sep 2011 at 6:24

GoogleCodeExporter commented 9 years ago
Feature has been closed and merged

Original comment by Grig...@gmail.com on 20 Sep 2011 at 6:22