1. 将下列类的对象实现xml序列化
public class Student
{
byte id;
int age;
string name;
float score;
}
2. 将上述对象以顺序读写方式读取或者写入xml文件。
3. 将上述对象以随机读写方式读取或者写入xml文件。
1. 将下列类的对象实现xml序列化
public class Student
{
byte id;
int age;
string name;
float score;
}
2. 将上述对象以顺序读写方式读取或者写入xml文件。
3. 将上述对象以随机读写方式读取或者写入xml文件。