C# Class dotGit.Refs.Tag

Represents a tag in the repository. Tags can reference any IStorableObject in the repository
Inheritance: Ref, IStorableObject
Show file Open project: schacon/dotgit Class Usage Examples

Public Methods

Method Description
Deserialize ( GitObjectReader input ) : void

Loads the tag from the GitObjectReader

Serialize ( ) : byte[]

Private Methods

Method Description
Deserialize ( ) : void
Load ( Repository repo, string sha, string path ) : Tag
Tag ( Repository repo, string sha ) : System

Method Details

Deserialize() public method

Loads the tag from the GitObjectReader
public Deserialize ( GitObjectReader input ) : void
input GitObjectReader A reader with inflated tag contents
return void

Serialize() public method

public Serialize ( ) : byte[]
return byte[]