Marshalls

Inherits: Object

There is currently no description for this class. Please help us by contributing one!

Methods

PackedByteArray

base64_to_raw ( String base64_str )

String

base64_to_utf8 ( String base64_str )

Variant

base64_to_variant ( String base64_str, bool allow_objects=false )

String

raw_to_base64 ( PackedByteArray array )

String

utf8_to_base64 ( String utf8_str )

String

variant_to_base64 ( Variant variant, bool full_objects=false )


Method Descriptions

PackedByteArray base64_to_raw ( String base64_str )

There is currently no description for this method. Please help us by contributing one!


String base64_to_utf8 ( String base64_str )

There is currently no description for this method. Please help us by contributing one!


Variant base64_to_variant ( String base64_str, bool allow_objects=false )

There is currently no description for this method. Please help us by contributing one!


String raw_to_base64 ( PackedByteArray array )

There is currently no description for this method. Please help us by contributing one!


String utf8_to_base64 ( String utf8_str )

There is currently no description for this method. Please help us by contributing one!


String variant_to_base64 ( Variant variant, bool full_objects=false )

There is currently no description for this method. Please help us by contributing one!