예제 #1
0
 private static bool Serializar(ISerializable obj)
 {
     return(obj.SerializarXML());
 }