C# Class Samples.SampleTypeVerifier

Sample type verifier.
显示文件 Open project: msgpack/msgpack-cli

Public Methods

Method Description
Verify ( PolymorphicTypeVerificationContext context ) : bool

Sample type verifier. The signature of this method is important.

Method Details

Verify() public static method

Sample type verifier. The signature of this method is important.
public static Verify ( PolymorphicTypeVerificationContext context ) : bool
context PolymorphicTypeVerificationContext The context which has information of deserializing type.
return bool