UtilSerializationIsObjectSerializableT Method
Determines whether the specified object 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:
generic<typename T>
static bool IsObjectSerializable(
T obj,
SerializationFormat format
)
No code example is currently available or this language may not be supported.
- obj T
-
The object to check.
- format SerializationFormat
-
The serialization format.
- T
-
The type.
Boolean if the specified object can be serialized; otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim bmp As New Bitmap(256, 256)
Dim result As Boolean = IsObjectSerializable(bmp, SerializationFormat.Binary)
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.