chordsheetjs
    Preparing search index...

    Class ChordSheetSerializer

    Serializes a song into een plain object, and deserializes the serialized object back into a Song

    Index

    Methods

    • Deserializes a song that has been serialized using serialize

      Parameters

      • serializedSong: SerializedSong

        The serialized song

      Returns Song

      The deserialized song

    • Serializes the chord sheet to a plain object, which can be converted to any format like JSON, XML etc Can be deserialized using deserialize

      Parameters

      Returns SerializedSong

      object A plain JS object containing all chord sheet data