Re: Need a Serializable LobbyInfo class

  •  03-22-2010, 8:35 PM

    Re: Need a Serializable LobbyInfo class

    bob,
     
    The LobbyInfo is designed for binary serialization , for the CuteChat load balancing mode.
     
    Even we provide a non-parameeter constructor, it still not able to be xml serialized, because the member is interface type and readonly.
     
    You can create your custom class to send the data via xml web service.
     
    Regards,
    Terry
View Complete Thread