Ejemplo n.º 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public void marshal(org.neo4j.storageengine.api.WritableChannel writableChannel) throws java.io.IOException
		 public override void Marshal( WritableChannel writableChannel )
		 {
			  ReplicatedTransactionSerializer.Marshal( writableChannel, this );
		 }
Ejemplo n.º 2
0
		 public override ChunkedInput<ByteBuf> Encode()
		 {
			  return ReplicatedTransactionSerializer.Encode( this );
		 }