26    wxASSERT_MSG( 
false, wxS( 
"Serialize called on an object that doesn't implement it!" ) );
 
 
   32    wxASSERT_MSG( 
false, wxS( 
"Deserialize called on an object that doesn't implement it!" ) );
 
 
virtual void Serialize(google::protobuf::Any &aContainer) const
Serializes this object to the given Any message.
 
virtual bool Deserialize(const google::protobuf::Any &aContainer)
Deserializes the given protobuf message into this object.