 | DictionarySerializationContextCanSerialize Method |
Checks whether this context is able to serialize the specified type.
Namespace: Slash.Serialization.DictionaryAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic bool CanSerialize(
Type type
)
Public Function CanSerialize (
type As Type
) As Boolean
public:
bool CanSerialize(
Type^ type
)
member CanSerialize :
type : Type -> bool
Parameters
- type
- Type: SystemType
Type to check.
Return Value
Type:
Booleantrue, if this context can serialize the specified type with custom serializers or reflection, and
false otherwise.
See Also