// // Copyright (c) ZeroC, Inc. All rights reserved. // namespace Ice { /// /// This enumeration describes the possible formats for classes and exceptions. /// public enum FormatType { DefaultFormat, CompactFormat, SlicedFormat } }