AWSSDK.Core by Amazon Web Services

<PackageReference Include="AWSSDK.Core" Version="3.7.100.23" />

.NET API 1,698,464 bytes

 IUnmarshaller<T, R>

public interface IUnmarshaller<T, R>
Interface for unmarshallers which unmarshall objects from response data. The Unmarshallers are stateless, and only encode the rules for what data in the XML stream goes into what members of an object.
T Unmarshall(R input)

Given the current position in the XML stream, extract a T.