(Manifest manifest)
| 100 | } |
| 101 | |
| 102 | private static byte[] serialize(Manifest manifest) { |
| 103 | Objects.requireNonNull(manifest, "manifest"); |
| 104 | return JsonSerde.toJson(manifest).getBytes(StandardCharsets.UTF_8); |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Invoke a function with the given name and input. |