Méthode | Description | |
---|---|---|
ReadJson ( |
||
WriteJson ( |
Méthode | Description | |
---|---|---|
CanTypeBeExtendedWithOpenEngsbModelTail ( |
This method checks, if a Type can be extended with IOpenEngSBModel.
|
|
IsException ( |
Checks if the type is an Exception type (Ends with Exception)
|
|
IsMapType ( |
Checks if Type is Map (Dictaionary
|
Méthode | Description | |
---|---|---|
CreateJsonWithoutXMLIgnoreFields ( |
||
TestIfNullValueProducesTheException ( |
||
isBasicType ( |
||
isCollection ( |
||
isObjectType ( |
||
isOpenEngSBModelTypeImplemented ( |
protected CanTypeBeExtendedWithOpenEngsbModelTail ( |
||
objectType | ||
Résultat | System.Boolean |
protected IsException ( |
||
objectType | ||
Résultat | bool |
protected IsMapType ( |
||
objectType | ||
Résultat | bool |
public ReadJson ( |
||
reader | ||
objectType | ||
existingValue | object | |
serializer | ||
Résultat | object |
public WriteJson ( |
||
writer | ||
value | object | |
serializer | ||
Résultat | void |