Axiom.Components.Paging.PageContent.Save C# (CSharp) Method

Save() public method

Save content to a stream
public Save ( StreamSerializer stream ) : void
stream Axiom.Serialization.StreamSerializer
return void
        public virtual void Save(StreamSerializer stream)
        {
            throw new NotImplementedException();
        }