namespace SabreTools.Serialization.Interfaces { public interface IWrapper { /// /// Get a human-readable description of the wrapper /// string Description(); #if !NETFRAMEWORK /// /// Export the item information as JSON /// string ExportJSON(); #endif } }