AWS SDK for .NET Documentation
ToDocument<(Of <(<'T>)>)> Method (value)
AmazonAmazon.DynamoDBv2.DataModelDynamoDBContextToDocument<(Of <<'(T>)>>)(T) Did this page help you?   Yes   No    Tell us about it...
Serializes an object to a Document.
Declaration Syntax
C#
public Document ToDocument<T>(
	T value
)
Generic Template Parameters
T
Type to serialize as.
Parameters
value (T)
Object to serialize.
Return Value
Document with attributes populated from object.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)