Re: [protobuf] Protobuff-net lightFramework

2010-06-08 Thread Stuart Johnson
Thanks Marc. I'm just using core serialization. I resue the same PB classes on verious different c# apps, and since using them on silverlight, needed to introduce the lightFramework option. I wanted to avoid having to compile everything twice. On 08/06/10 21:14, Marc Gravell wrote: It

New enum values

2009-06-24 Thread Stuart Johnson
If a new enum value had been added to a enum type, and it's being deserialised by an application that is not yet aware of the new enum value, what should happen? Should the enum value be null, or should the deserialisation abort? --~--~-~--~~~---~--~~ You