[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Json.Serialization.DefaultMappingResolver.GetSerializableMembers(System.Type)"]

Namespace:  Facebook.Json.Serialization
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
protected virtual List<MemberInfo> GetSerializableMembers(
	Type objectType
)
Visual Basic (Declaration)
Protected Overridable Function GetSerializableMembers ( _
	objectType As Type _
) As List(Of MemberInfo)
Visual C++
protected:
virtual List<MemberInfo^>^ GetSerializableMembers(
	Type^ objectType
)

Parameters

objectType
Type: System..::.Type

[Missing <param name="objectType"/> documentation for "M:Facebook.Json.Serialization.DefaultMappingResolver.GetSerializableMembers(System.Type)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Serialization.DefaultMappingResolver.GetSerializableMembers(System.Type)"]

See Also

DefaultMappingResolver Class
Facebook.Json.Serialization Namespace