单项选择题 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?()
单项选择题 Certkiller.com has given you the task of serializing an object and writing it to a data file using binary serialization. You need to ensure that you meet these requirements. What should you do?()
单项选择题 You need to serialize an object of type List<int> in a binary format. The object is named data. Which code segment should you use?()