C# Class ServiceClientGenerator.GeneratorDriver.NestedStructureLookup

Provides a way to generate the neccesary attributes and marshallers/unmarshallers for nested structures to work
Mostrar archivo Open project: aws/aws-sdk-net

Public Methods

Method Description
NestedStructureLookup ( ) : System
SearchForNestedStructures ( Shape structure ) : void

Function that recursively searches for structures of a given shape

Method Details

NestedStructureLookup() public method

public NestedStructureLookup ( ) : System
return System

SearchForNestedStructures() public method

Function that recursively searches for structures of a given shape
public SearchForNestedStructures ( Shape structure ) : void
structure Shape The shape to look for recursive structures in
return void