Interface IInstanceDecoder
Namespace: Eco.Core.Serialization
Assembly: Eco.Core.dll
Syntax
public interface IInstanceDecoder
Methods
Decode(BinaryReader, Object)
Declaration
object Decode(BinaryReader reader, object instance)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader | |
System.Object | instance |
Returns
Type | Description |
---|---|
System.Object |