Marco@worldcorp
unread,Jan 25, 2011, 9:39:42 AM1/25/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
Hello
i was wondering if protobuffer supports having an already existing
class embedded in the message.
What i mean: from example i have seen, use writes a .proto buffer and
protobuffer generates all related java classes.
However, i have already existing classe which i'd like to embed in
a .proto file.
Is that supported?
I guess if protobuffer generates interfaces, i can get away with it
and 'rewrite' my code .. but if it has the functionality to use
existing classes, that would be appreciated
any constraints on existing classes? i guess they all have to
implement Serializable
thanks and regarsd
marco