def generate_unmarshall_method(schema, context=missing): context = context or JitContext() context.is_serializing = False return generate_marshall_method(schema, context)