Interface IModel<TSelf>
- Namespace
- LlamaLogic.Packages.Models
- Assembly
- LlamaLogic.Packages.dll
Represents a model for a raw resource
public interface IModel<TSelf> : IModel where TSelf : IModel<TSelf>
Type Parameters
TSelf
- Inherited Members
Methods
Decode(ReadOnlyMemory<byte>)
Decodes the resource in raw format to produce an operable model (🔄️🏃)
public static abstract TSelf Decode(ReadOnlyMemory<byte> data)
Parameters
data
ReadOnlyMemory<byte>
Returns
- TSelf