[]
Gets a serializer using the specified object type.
object GetSerializer(Type objectType)
Type | Name | Description |
---|---|---|
Type | objectType | A Type object representing the type to get serializer for. |
Type | Description |
---|---|
object | A object object representing the serializer. |