Relativity.Transfer.IBatchSerializer public interface IBatchSerializer Documentation Code namespace Relativity.Transfer { public interface IBatchSerializer { void AddTransferPath(TransferPath path); Task<SerializedPathsResult> CreateBatchAsync(); } }