module Amazonite::Core::Base64Converter

Overview

AWS blob shapes travel over the wire as base64-encoded JSON strings. This converter lets generated models expose them as Bytes instead of making every caller base64-encode/decode by hand.

Defined in:

core/converters.cr

Class Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : Bytes #

[View source]
def self.to_json(value : Bytes, json : JSON::Builder) : Nil #

[View source]