struct Graphene::Serialize::Tm_set(T)

Overview

=> TODO:元素不可重复?限制...

Included Modules

Defined in:

bitshares-crystal/graphene_serializer.cr

Constructors

Instance Method Summary

Instance methods inherited from module Graphene::Serialize::Pack(Graphene::Serialize::Tm_set(T))

pack(io : BinaryIO)
pack
pack
, to_graphene_json(graphene_address_prefix = "") : String to_graphene_json

Class methods inherited from module Graphene::Serialize::Pack(Graphene::Serialize::Tm_set(T))

from_graphene_json(data : JSON::Any | Nil, graphene_address_prefix = "") from_graphene_json, unpack(data : Bytes) unpack

Constructor Detail

def self.from_graphene_json(json : JSON::Any | Nil, args) : self #

[View source]
def self.new #

[View source]
def self.unpack(io) : self #

[View source]

Instance Method Detail

def add(item : T) #

[View source]
def each(&blk : T -> _) #

[View source]
def initialize #

[View source]
def pack(io) #

[View source]
def sort_data #

[View source]
def to_json(json : JSON::Builder) : Nil #

[View source]