jsonSerializer function

Builder jsonSerializer(
  1. BuilderOptions options
)

Implementation

Builder jsonSerializer(BuilderOptions options) {
  return JsonSerializerLibraryGenerator();
}