module Amazonite::Core::Base64ArrayConverter

Overview

Base64Converter for lists of blobs (e.g. DynamoDB's BS binary set) - kept separate from ArrayConverter(T) because that converter assumes the element type doubles as its own converter module, which isn't true for Bytes.

Defined in:

core/converters.cr

Class Method Summary

Class Method Detail

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

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

[View source]