// // Copyright (c) ZeroC, Inc. All rights reserved. // /// This enumeration describes the possible formats for classes and exceptions. public enum FormatType: UInt8 { case DefaultFormat = 0 case CompactFormat = 1 case SlicedFormat = 2 }