deserialize/2 | Deserialize the JSON response into a broen response. |
serialize/1 | Serialize the broen request into JSON. |
deserialize(Raw::term(), X2::broen_core:content_type()) -> {ok, broen_core:broen_response()} | {error, invalid_content_type}
Deserialize the JSON response into a broen response
serialize(Request::broen_core:broen_request()) -> {term(), broen_core:content_type()}
Serialize the broen request into JSON
Generated by EDoc