Module PSON::Pure::Generator::GeneratorMethods::String
In: lib/puppet/external/pson/pure/generator.rb

Methods

Classes and Modules

Module PSON::Pure::Generator::GeneratorMethods::String::Extend

Public Class methods

Extends modul with the String::Extend module.

Public Instance methods

This string should be encoded with UTF-8 A call to this method returns a PSON string encoded with UTF16 big endian characters as \u????.

This method creates a PSON text from the result of a call to to_pson_raw_object of this String.

This method creates a raw object hash, that can be nested into other data structures and will be unparsed as a raw string. This method should be used, if you want to convert raw strings to PSON instead of UTF-8 strings, e. g. binary data.

[Validate]