View Source Avrogen.Utils.MacroUtils (avrogen v0.8.1)

Utilities for working with code generation for the Avro schemas

Summary

Functions

This function flattens blocks of code together to avoid additional nesting and strange behaviour in generated code.

This macro generated the implementation of Jason.Encoder which skips the encoding of nil valued fields.

Functions

This function flattens blocks of code together to avoid additional nesting and strange behaviour in generated code.

Link to this macro

jason_decode_skip_null_impl(type)

View Source (macro)

This macro generated the implementation of Jason.Encoder which skips the encoding of nil valued fields.