//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// amirhmy
// markash
//------------------------------------------------------------------------------
namespace System.Data {
public enum SerializationFormat {
Xml = 0,
Binary = 1
}
}