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