public void ReadBinary(ISerializationContext context) { if (context == null) { throw new ArgumentNullException("context"); } this.DefaultValue = context.Reader.ReadBoolean(); _trueItems.ReadBinary(context); }