DockerEngineAPI.Deserializer (ex_docker_api v1.48.0)

View Source

Helper functions for deserializing responses into models

Summary

Functions

Update the provided model with a deserialization of a nested value

Functions

deserialize(model, field, atom, module)

@spec deserialize(
  struct(),
  atom(),
  :date | :datetime | :list | :map | :struct,
  module()
) :: struct()

Update the provided model with a deserialization of a nested value

json_decode(json)

json_decode(json, module)