class WKB::BinEncoder

Defined in:

wkb/bin_encoder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(flavor : WKB::Flavor = Flavor::Basic, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) #

Instance Method Detail

def encode(object : Object, io : IO) : Nil #

def encode(object : Object) : Bytes #

def flavor : Flavor #

def format : IO::ByteFormat #