找考题网-背景图
单项选择题

You have recently created a serializable class named Ve……

You have recently created a serializable class named Vehicle.
The class is shown below:
[Serializable]
public class Vehicle{
public string VIN;
public string Make;
public string Model;
public string Year;
}
You are planning to create a custom formatter class to control the formatting of Vehicle objects when they are serialized.
You need to ensure that is achieved with as little development effort as possible.
What should you do?()



A.
B.
C.
D.