NewtonSoftJsonSerializerSurrogateConverterCanConvert Method |
Determines whether this instance can convert the specified object type.
Namespace: Akka.SerializationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override bool CanConvert(
Type objectType
)
Public Overrides Function CanConvert (
objectType As Type
) As Boolean
public:
virtual bool CanConvert(
Type^ objectType
) override
abstract CanConvert :
objectType : Type -> bool
override CanConvert :
objectType : Type -> bool
Parameters
- objectType
- Type: SystemType
Type of the object.
Return Value
Type:
Booleantrue if this instance can convert the specified object type; otherwise,
false.
See Also