struct
Graphene::Serialize::T_time_point_sec
- Graphene::Serialize::T_time_point_sec
- Struct
- Value
- Object
Included Modules
- Graphene::Serialize::Pack(Graphene::Serialize::T_time_point_sec)
Defined in:
bitshares-crystal/graphene_serializer.crConstructors
- .from_graphene_json(json : JSON::Any | Nil, args) : self
- .new(value : UInt32)
- .new(value : String)
- .unpack(io) : self
Instance Method Summary
- #pack(io)
- #to_json(json : JSON::Builder) : Nil
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #value : UInt32
Instance methods inherited from module Graphene::Serialize::Pack(Graphene::Serialize::T_time_point_sec)
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::T_time_point_sec)
from_graphene_json(data : JSON::Any | Nil, graphene_address_prefix = "")
from_graphene_json,
unpack(data : Bytes)
unpack
Constructor Detail
Instance Method Detail
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.