C# Class instance.id.OdinSerializer.UIntPtrSerializer

Serializer for the UIntPtr type.
Inheritance: Serializer
Afficher le fichier Open project: instance-id/SO-Persistent-Reference

Méthodes publiques

Méthode 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 méthode

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

WriteValue() public méthode

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.
Résultat void