Hi,

I have the following class hierarchy:

public class AbstractMessage {}
public class GetAll<T> : AbstractMessage {}
public class GetAllCars : GetAll<Car> {}

I'd like to serialize GetAllCars and deserialize it as an
AbstractMessage. Is that posible at all?

Thanks.

--~--~---------~--~----~------------~-------~--~----~
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