Click or drag to resize
DictionarySerializationContextIsRawSerializationPossible Method
Checks if a value of the specified type can be serialized directly or has to converted to a dictionary first. If it can be serialized directly, no type information has to be stored to deserialize the value.

Namespace: Slash.Serialization.Dictionary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public bool IsRawSerializationPossible(
	Type type
)

Parameters

type
Type: SystemType
Type to check.

Return Value

Type: Boolean
True if the type can be serialized directly; otherwise, false.
See Also