C# Class instance.id.OdinSerializer.UIntPtrSerializer

Serializer for the UIntPtr type.
Inheritance: Serializer
Exibir arquivo Open project: instance-id/SO-Persistent-Reference

Public Methods

Method Description
ReadValue ( IDataReader reader ) : UIntPtr

Reads a value of type UIntPtr.

WriteValue ( string name, value, IDataWriter writer ) : void

Writes a value of type UIntPtr.

Method Details

ReadValue() public method

Reads a value of type UIntPtr.
public ReadValue ( IDataReader reader ) : UIntPtr
reader IDataReader The reader to use.
return UIntPtr

WriteValue() public method

Writes a value of type UIntPtr.
public WriteValue ( string name, value, IDataWriter writer ) : void
name string The name of the value to write.
value The value to write.
writer IDataWriter The writer to use.
return void