Ejemplo n.º 1
0
 internal override void Marshall()
 {
     base.Marshall();
     if (!Platform4.UseNativeSerialization())
     {
         MarshallUsingDb4oFormat();
     }
     else
     {
         try
         {
             i_marshalledEvaluation = Platform4.Serialize(i_evaluation);
         }
         catch (Exception)
         {
             MarshallUsingDb4oFormat();
         }
     }
 }