[DataContract()]
[DataMember(Order=n)]
Wherever required. *n indicates the sequence.
So we can go into each dbml file and add these attrubutes and Data Contract Serialization is ready to go.
However... there is a much easier way to do this.
Simply open the properties of the dbml file (from the context menu or the designer or the view menu) and change the Serialization Mode property from 'None' to 'Unidirectional'.