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.crClass Method Summary
- .from_json(pull : JSON::PullParser) : Array(Bytes)
- .to_json(values : Array(Bytes), json : JSON::Builder) : Nil