<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

SerializationHelper

static class SerializationHelper
Defines static methods to serialize and deserialize objects.
public static T DeserializeFromSoap<T>(string soap)

Deserializes the SOAP content to an object of the specified type.

public static T DeserializeFromSoapFile<T>(string file)

Deserializes the SOAP file content to an object of the specified type.

public static void SerializeToSoapFile(object value, string file)

Serializes the specified object to a file.