using System; using System.Collections.Generic; [Serializable] public class SafetyAreaLanguageList { public List english; public List chinese; }