Powershell object property changed to "Text" on pass to Start-Job -


i'm passing object background job via start-job. object has array property use inside background job.

however, array property converted other field. instead of being property "array", "arraytext" , appears string. i'm assuming has serialization, i'm not sure why happening. know object methods lost, thought data members should survive serialization? data seems there in text.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -