Seeking editor for serialized files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Baron Samedi

    Seeking editor for serialized files

    Does anyone know f a text editor, or plug in for one, which will allow
    me to view a serialized file as if it were text and edit it, with the
    editor automatically re-serializing it when I save the file?

    Seems unlikely to me, but it's a big, big web out there.

    Thanks in advance.

  • ZeldorBlat

    #2
    Re: Seeking editor for serialized files


    Baron Samedi wrote:
    Does anyone know f a text editor, or plug in for one, which will allow
    me to view a serialized file as if it were text and edit it, with the
    editor automatically re-serializing it when I save the file?
    >
    Seems unlikely to me, but it's a big, big web out there.
    >
    Thanks in advance.
    What exactly do you mean by a "serialized file?" In some sense all
    files are "serialized ."

    Comment

    • Baron Samedi

      #3
      Re: Seeking editor for serialized files


      ZeldorBlat wrote:
      Baron Samedi wrote:
      Does anyone know f a text editor, or plug in for one, which will allow
      me to view a serialized file as if it were text and edit it, with the
      editor automatically re-serializing it when I save the file?

      Seems unlikely to me, but it's a big, big web out there.

      Thanks in advance.
      >
      What exactly do you mean by a "serialized file?" In some sense all
      files are "serialized ."
      I mean when I call teh PHP fucntin serialize () and then store the
      result in a file.

      For instance, teh blogging system whcih I use does this to store its
      data structures.

      Comment

      Working...