It omits:

[Serializable] against types (for use if you are using protobuf-net
**within** BinaryFormatter, perhaps for remoting purposes)
[Browsable(false)] against the "{name}Specified" properties that help guide
XmlSerializer
[ProtoBehavior] against operation-contracts (since Silverlight etc doesn't
support this WCF trick)

If you are just using the core serialization features, and aren't co-using
the types with BinaryFormatter, XmlSerializer or WCF, then you should be
fine. I just like the generated types to be as compatible as possible until
there are good reasons not to be. The light frameworks provide those
reasons.

Marc

On 8 June 2010 20:33, Stuart <stu...@stu.org.uk> wrote:

> If I use the -p:lightFramework option on protogen.exe, does anything
> important get left out for use on the full framework?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to proto...@googlegroups.com.
> To unsubscribe from this group, send email to
> protobuf+unsubscr...@googlegroups.com<protobuf%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/protobuf?hl=en.
>
>


-- 
Regards,

Marc

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to