C# Class Microsoft.DocAsCode.Plugins.ModelWithCache

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/docfx Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( ) : bool
Dispose ( ) : void
ModelWithCache ( object content, IFormatter serializer = null ) : System
Serialize ( ) : bool

Private Methods

Méthode Description
CreateTempFile ( ) : FileStream
OnContentAccessed ( ) : void

Method Details

Deserialize() public méthode

public Deserialize ( ) : bool
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ModelWithCache() public méthode

public ModelWithCache ( object content, IFormatter serializer = null ) : System
content object
serializer IFormatter
Résultat System

Serialize() public méthode

public Serialize ( ) : bool
Résultat bool