Canguro.Model.Serializer.ModelSerializer.XmlSerialize C# (CSharp) Method

XmlSerialize() public method

public XmlSerialize ( Stream stream ) : void
stream Stream
return void
        public void XmlSerialize(Stream stream)
        {
            throw new NotImplementedException("The method or operation is not implemented.");
        }