One of my coworkers just started using the "free XML serialization using attributes" feature. We need to mark this class in some way so that it doesn't get obfuscated. Short of not doing any renaming on the assembly at all, what are our options? Can you tell me a way of avoiding the renaming without opening up the whole assembly? We'd prefer to not use any Spices-specific attributes. If we mark the class Serializable and use the KeepSerializable, would that work?