AWSSDK.Core by Amazon Web Services

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

.NET API 1,012,736 bytes

 NullableIntUnmarshaller

Unmarshaller for nullable int fields. Implemented only for JSON context to handle cases where value can be null e.g. {'Priority': null}. This unmarshaller is not implemented for XML context, as XML responses will null elements (xsi:nil='true') will be skipped by the XML parser.
public static NullableIntUnmarshaller Instance { get; }

public int? Unmarshall(JsonUnmarshallerContext context)