C# Class Samples.SampleTypeVerifier

Sample type verifier.
Afficher le fichier Open project: msgpack/msgpack-cli

Méthodes publiques

Méthode Description
Verify ( PolymorphicTypeVerificationContext context ) : bool

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

Method Details

Verify() public static méthode

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.
Résultat bool