module TLV::Serializable

Defined in:

tlv/serializable.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(*, __data_for_tlv_serializable data : Slice(UInt8)) #

[View source]

Instance Method Detail

def to_h : Hash(TLV::Tag, TLV::Value) #

[View source]
def to_slice(tag : Tag = nil) : Slice(UInt8) #

[View source]