>   [System.Xml.Serialization.XmlTypeAttribute(
>     TypeName = "SensorID.Reader.Agile")]
>   public class AgileReaderSettings : IReaderSettings
>   {
>    private int  m_noAntennas;
>    private string m_ipAddress;
>    private int  m_port;
>    private int  m_autoIDTimeout;
>    private int  m_scanTimeout;
>    private ProtocolsList m_protocols;
>                 }
> The problem I am having is that I ccannot serialize the protocols list
> which is an array list of enumerated types. Everything else 
> serializes with
> no problems. I am thinking the reason may be because it's a list of
> enumerated types.

I was under the impression that private variable don't get serialized.
Is that not the case?

-akshay

Reply via email to