dotGit.Refs.Tag.Serialize C# (CSharp) Method

Serialize() public method

public Serialize ( ) : byte[]
return byte[]
        public byte[] Serialize()
        {
            throw new NotImplementedException();
        }