Yes, I've no problem with releasing it under the existing (Apache 2) license terms.
From: Marc Gravell [mailto:[email protected]] Sent: 01 February 2011 03:18 To: NYCBrit Cc: Protocol Buffers Subject: Re: [protobuf] Support for generic surrogates, eg. Queue<T> Nice - I'm glad that was a v2 patch, though ;p Before I look at that at any length, though, can you confirm that you can freely release this patch under the existing license terms? (just my "CYA") Marc On 1 February 2011 03:03, NYCBrit <[email protected]> wrote: 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] <mailto:protobuf%[email protected]> . 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 [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.
