I've made a small modification to add support for user-specified
surrogate classes for generic types, via the same mechanism as
KeyValueSurrogate. This will let you serialize generic types such as
Queue<T> by defining and registering a [ProtoContract] surrogate type,
QueueSurrogate<T>.

I thought I'd share this in case anyone else has the same issue. Link
to the modified source :
http://www.filedropper.com/supportgenericsurrogates

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

Reply via email to