AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: WLanguage functions
5 resultados
Deserialize (Función)
Deserializa un búfer o una cadena de caracteres que contiene los datos de una clase, estructura, array (incluyendo un array asociativo), cola, pila, lista o variable avanzada, así como sus subelementos.
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
Serializar (Función)
Transforma los siguientes elementos en un formato específico:
  • una estructura (y sus subelementos),
  • una clase (y sus subelementos),
  • un array (incluidos los arrays asociativos),
  • una cola,
  • un apilamiento,
  • una lista.
Serialize (Example)
Usage example of the Serialize function