Encodes a value to JSON-compatible Dart objects.
@override Object encode(Terminal value) => value.toJson();