Noemax.Newtonsoft.Json.Serialization Namespace > DefaultContractResolver Class : GetSerializableMembers Method |
'Declaration Protected Overridable Function GetSerializableMembers( _ ByVal objectType As System.Type _ ) As System.Collections.Generic.List(Of MemberInfo)
'Usage Dim instance As DefaultContractResolver Dim objectType As System.Type Dim value As System.Collections.Generic.List(Of MemberInfo) value = instance.GetSerializableMembers(objectType)
protected virtual System.Collections.Generic.List<MemberInfo> GetSerializableMembers( System.Type objectType )
protected function GetSerializableMembers( objectType: System.Type ): System.Collections.Generic.List; virtual;
protected function GetSerializableMembers( objectType : System.Type ) : System.Collections.Generic.List;
protected: virtual System.Collections.Generic.List<MemberInfo*>* GetSerializableMembers( System.Type* objectType )
protected: virtual System.Collections.Generic.List<MemberInfo^>^ GetSerializableMembers( System.Type^ objectType )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2