On 08/22/2016 02:11 PM, Sela, Guy wrote: > Hi, > > I see that when I get a DCN, the fields of the object that are DTOs, are > all actually Proxies. > > I guess this is done for performance reasons.
That, and also the fact Java Binding is specified in terms of interfaces, not classes (except for typedefs). > Is there a way to register in “Eager” mode, which will give me real > objects and not Proxies? No. > I am trying to serialize/deserialize these objects, and doing it with > proxies seems impossible. Java-like serialization is inherently tied to a particular implementation. Perfoming the same task on the BI level, as suggested in previous threads is the correct approach. Bye, Robert
signature.asc
Description: OpenPGP digital signature
_______________________________________________ controller-dev mailing list controller-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/controller-dev