Search found 1 match
- Tue Nov 26, 2019 2:00 pm
- Forum: Support - RCF
- Topic: Polymorphic serialization with boost
- Replies: 1
- Views: 14805
Polymorphic serialization with boost
Dear all! I have a problem using RCF 2.2.0.0 with boost serialization for polymorphic types. I want to change an instance of B passed via a reference of base class A. Using SF it works as expected: Calling the I_SetService Set() method. B::SF_serialize A::SF_serialize B::SF_serialize A::SF_serialize...