module Qdrant::Api::Serializable

Overview

Shared serialization helpers mixed into every generated model.

Direct including types

Defined in:

qdrant-api/serializable.cr

Instance Method Summary

Instance Method Detail

def eql?(other) #

@see the == method


[View source]
def to_body : Hash(String, JSON::Any) #

to_body is an alias to to_h (backward compatibility)


[View source]
def to_h : Hash(String, JSON::Any) #

Returns the object in the form of hash


[View source]
def to_s(io : IO) : Nil #

Returns the string representation of the object


[View source]