Esempio n. 1
0
 void visitDynamic(AnyReference pointee)
 {
   if (pointee.isValid()) {
     serialize(pointee, out);
   }
 }