Which of the following attributes is needed to indicate to the CLR that objects of the class can be serialized?

a) [Serializable]
b) [DeSerializable]
c) [Serialize]
d) both a and b


a) [Serializable]

Computer Science & Information Technology

You might also like to view...

If you use the ReDim statement to reduce the size of an array, the values in the truncated elements are saved.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The rules that govern how code should be entered are called  ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of these correctly defines a field in a class?

• private INT count; • public INT count; • private int count = ”HI”; • private int count;

Computer Science & Information Technology

With the ____ Adjustment tools shown in the accompanying figure, you can adjust the vividness of the color in an image.

a. Tonal b. Balance c. Saturation d. Vividness

Computer Science & Information Technology