Class: String
- Inherits:
-
Object
- Object
- String
- Includes:
- NestedText::NTEncodeMixin
- Defined in:
- lib/nestedtext/core_ext.rb
Overview
Extension of Ruby core types with the NestedText::NTEncodeMixin.
TODO: add encoding of more Ruby native classes like Integer, Float etc plus commons like Set,.…? Not covered in NestedText language. Or leave this to a schema validator 3rd party plugin maybe? And replace my custom class decoding (and also encoding?)? Or both: add encoding/decoding of more native classes, and allow decoding + applying a schema with 3rd party. Or encourage using Marshal from core?