Beispiel #1
0
 private static bool DeSerializar(ISerializable obj)
 {
     return(obj.DeSerializarXml() ? true : false);
 }