toJson method
Implementation
String toJson() {
return GlobalVectorDefinitionMapper.ensureInitialized()
.encodeJson<GlobalVectorDefinition>(this as GlobalVectorDefinition);
}
String toJson() {
return GlobalVectorDefinitionMapper.ensureInitialized()
.encodeJson<GlobalVectorDefinition>(this as GlobalVectorDefinition);
}