Ejemplo n.º 1
0
 public PersistenceWriter(Stream stream, INETMFBinaryFormatter formatter)
 {
     _formatter = formatter;
     _stream = stream;
 }
Ejemplo n.º 2
0
 public PersistanceReader(INETMFBinaryFormatter netmfBinaryFormatter)
 {
     _netmfBinaryFormatter = netmfBinaryFormatter;
 }
Ejemplo n.º 3
0
 public PersistanceReader(INETMFBinaryFormatter netmfBinaryFormatter)
 {
     _netmfBinaryFormatter = netmfBinaryFormatter;
     
 }
Ejemplo n.º 4
0
 public PersistenceWriter(Stream stream, INETMFBinaryFormatter formatter)
 {
     _formatter = formatter;
     _stream    = stream;
 }