UtilSerializationIsTypeSerializableT Method
Determines whether the specified Type can be serialized.
Namespace: DevCase.Core.DataProcessing.SerializationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsTypeSerializable<T>()
Public Shared Function IsTypeSerializable(Of T) As Boolean
Dim returnValue As Boolean
returnValue = UtilSerialization.IsTypeSerializable()
public:
generic<typename T>
static bool IsTypeSerializable()
static member IsTypeSerializable : unit -> bool
No code example is currently available or this language may not be supported.
- T
-
The Type to check.
Boolean if the specified
Type can be serialized; otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim result As Boolean = IsTypeSerializable(Of Bitmap)()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.