Canguro.Model.Serializer.ModelSerializer.XmlSerialize C# (CSharp) 메소드

XmlSerialize() 공개 메소드

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